- cache() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns the cache of the model.
- CANDIDATE_TYPE_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
- CANDIDATE_TYPE_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
- CandidateIndicesChanged() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CandidateInverseValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CandidateIsActive(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CandidateValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
Returns the value in the current assignment of the variable of given
index.
- cannotBePerformed() - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- CAPACITY_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowArcProto
-
- CAPACITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CumulativeConstraintProto
-
- CAPACITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
-
- CastConstraint - Class in com.google.ortools.constraintsolver
-
Cast constraints are special channeling constraints designed
to keep a variable in sync with an expression.
- CastConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.CastConstraint
-
- CastConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CastConstraint_target_var(long, CastConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- castExpression(IntVar) - Method in class com.google.ortools.constraintsolver.Solver
-
Internal.
- castToVar() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
-
- CATCH_SIGINT_SIGNAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CBC_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
CBC_MIXED_INTEGER_PROGRAMMING = 5;
- CHANGE_STATUS_TO_IMPRECISE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- ChangeValue - Class in com.google.ortools.constraintsolver
-
Defines operators which change the value of variables;
each neighbor corresponds to *one* modified variable.
Sub-classes have to define ModifyValue which determines what the new
variable value is going to be (given the current value and the variable).
- ChangeValue(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ChangeValue
-
- ChangeValue(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.ChangeValue
-
- ChangeValue_change_ownership(ChangeValue, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_director_connect(ChangeValue, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_modifyValue(long, ChangeValue, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_oneNeighbor(long, ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_oneNeighborSwigExplicitChangeValue(long, ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CHEAPEST_INSERTION_ADD_UNPERFORMED_ENTRIES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_FARTHEST_SEEDS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_FIRST_SOLUTION_MIN_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_FIRST_SOLUTION_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_FIRST_SOLUTION_USE_NEIGHBORS_RATIO_FOR_INITIALIZATION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_LS_OPERATOR_MIN_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_LS_OPERATOR_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- check() - Method in class com.google.ortools.constraintsolver.SearchLimit
-
This method is called to check the status of the limit.
- CHECK_SOLUTION_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- checkAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
-
Checks whether the given assignment satisfies all relevant constraints.
- checkConstraint(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
-
Checks whether adding this constraint will lead to an immediate
failure.
- checkFail() - Method in class com.google.ortools.constraintsolver.Solver
-
- checkLimit(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if the search limit has been crossed with the given time
offset.
- checkLimit() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if the search limit has been crossed with the given time
offset.
- CheckPoint() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CheckPointValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CheckWithOffset(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
-
- CheckWithOffset(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.RegularLimit
-
- CheckWithOffset(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.SearchLimit
-
Same as Check() but adds the 'offset' value to the current time when time
is considered in the limit.
- CHOICE_POINT - Static variable in class com.google.ortools.constraintsolver.Solver
-
- CHOOSE_DYNAMIC_GLOBAL_BEST - Static variable in class com.google.ortools.constraintsolver.Solver
-
Pairs are compared each time a variable is selected.
- CHOOSE_FIRST_UNBOUND - Static variable in class com.google.ortools.constraintsolver.Solver
-
Select the first unbound variable.
Variables are considered in the order of the vector of IntVars used
to create the selector.
- CHOOSE_FIRST_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_FIRST = 0;
- CHOOSE_HIGHEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the highest maximal
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
- CHOOSE_HIGHEST_MAX_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_HIGHEST_MAX = 2;
- CHOOSE_LOWEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest minimal
value.
In case of a tie, the first one is selected, "first" defined by the
order in the vector of IntVars used to create the selector.
- CHOOSE_LOWEST_MIN_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_LOWEST_MIN = 1;
- CHOOSE_MAX_AVERAGE_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- CHOOSE_MAX_DOMAIN_SIZE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_MAX_DOMAIN_SIZE = 4;
- CHOOSE_MAX_REGRET_ON_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the largest
gap between the first and the second values of the domain.
- CHOOSE_MAX_SIZE - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the highest size.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
- CHOOSE_MAX_SUM_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- CHOOSE_MAX_VALUE_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- CHOOSE_MIN_DOMAIN_SIZE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_MIN_DOMAIN_SIZE = 3;
- CHOOSE_MIN_SIZE - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
- CHOOSE_MIN_SIZE_HIGHEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
In case of a tie, the selected variable is the one with the highest max
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
- CHOOSE_MIN_SIZE_HIGHEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
In case of a tie, the selected variable is the one with the highest min
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
- CHOOSE_MIN_SIZE_LOWEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
In case of a tie, the selected variables is the one with the lowest max
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
- CHOOSE_MIN_SIZE_LOWEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
In case of a tie, the selected variables is the one with the lowest min
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
- CHOOSE_MIN_SLACK_RANK_FORWARD - Static variable in class com.google.ortools.constraintsolver.Solver
-
- CHOOSE_PATH - Static variable in class com.google.ortools.constraintsolver.Solver
-
Selects the next unbound variable on a path, the path being defined by
the variables: var[i] corresponds to the index of the next of i.
- CHOOSE_RANDOM - Static variable in class com.google.ortools.constraintsolver.Solver
-
Randomly select one of the remaining unbound variables.
- CHOOSE_RANDOM_RANK_FORWARD - Static variable in class com.google.ortools.constraintsolver.Solver
-
- CHOOSE_STATIC_GLOBAL_BEST - Static variable in class com.google.ortools.constraintsolver.Solver
-
Pairs are compared at the first call of the selector, and results are
cached.
- CHRISTOFIDES_USE_MINIMUM_MATCHING_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHRISTOFIDES_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
Christofides algorithm (actually a variant of the Christofides algorithm
using a maximal matching instead of a maximum matching, which does
not guarantee the 3/2 factor of the approximation on a metric travelling
salesman).
- CIRCUIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
-
- CircuitConstraint - Class in com.google.ortools.sat
-
Specialized circuit constraint.
- CircuitConstraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.CircuitConstraint
-
- CircuitConstraintProto - Class in com.google.ortools.sat
-
The circuit constraint is defined on a graph where the arc presence are
controlled by literals.
- CircuitConstraintProto.Builder - Class in com.google.ortools.sat
-
The circuit constraint is defined on a graph where the arc presence are
controlled by literals.
- CircuitConstraintProtoOrBuilder - Interface in com.google.ortools.sat
-
- CLAUSE_ACTIVITY_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_ACTIVITY_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
Order clause by decreasing activity, then by increasing LBD.
- CLAUSE_CLEANUP_LBD_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_ORDERING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_PROTECTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_LBD_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
Order clause by increasing LBD, then by decreasing activity.
- clear() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- clear() - Method in class com.google.ortools.bop.BopParameters.Builder
-
- clear() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.Assignment
-
- clear() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- clear() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- clear() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- clear() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.ModelCache
-
- clear() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- clear() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- clear() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- clear() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- clear() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPObjective
-
Clears the offset, all variables and coefficients, and the optimization
direction.
- clear() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSolver
-
Clears the objective (including the optimization direction), all variables
and constraints.
- clear() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- clear() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- clear() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- clear() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- clear() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- clear() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- clear() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- clear() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- clear() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- clear() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- clear() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- clear() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- clear() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- clear() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- clear() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- clear() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.SatParameters.Builder
-
- clear() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- clear() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- clear() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- clear() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- clear() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- clear() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- clear() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- clear() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- clear() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- clear() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- clear() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- clear() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- clear() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- clear() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- clear() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- clear() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- clear() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- clear_fail_intercept() - Method in class com.google.ortools.constraintsolver.Solver
-
Internal
- clearAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- clearAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- clearActiveDualVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- clearActiveDualVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of dual variables that are not at their bounds.
- clearActiveLiterals() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- clearActivePrimalVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- clearActivePrimalVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of primal variables that are not at their bounds.
- clearAdaptiveLinesearchParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- clearAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- clearAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate clique cuts from the binary implication graph.
- clearAdditionalSolutions() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- clearAdditionalSolutions() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- clearAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- clearAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- clearAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate MIR cuts at root node.
- clearAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up? We can always do that since our objective is integer, and
combined with MIR heuristic to reduce the coefficient of such cut, it can
help.
- clearAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate Zero-Half cuts at root node.
- clearAll() - Method in class com.google.ortools.constraintsolver.Pack
-
- clearAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- clearAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- clearAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- clearAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- clearAnnotation() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- clearArcs() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- clearArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- clearAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- clearAssumptions() - Method in class com.google.ortools.sat.CpModel
-
Remove all assumptions from the model
- clearAssumptions() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- clearAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- clearAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- clearAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- clearBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- clearBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of iterations between two basis refactorizations.
- clearBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
This field is only filled for MIP problems.
- clearBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- clearBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- clearBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- clearBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- clearBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- clearBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- clearBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- clearBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- clearBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- clearBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 branches = 2;
- clearBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional int32 branching_priority = 6 [default = 0];
- clearBytesUsed() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Memory usage of the solver.
- clearCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
Type of the candidate point described by this ConvergenceInformation.
- clearCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Type of the point used to compute the InfeasibilityInformation.
- clearCapacity() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Capacity of the arc.
- clearCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- clearCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
int64 capacity = 5;
- clearCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- clearChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- clearCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- clearCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- clearCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- clearCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- clearCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- clearCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- clearCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- clearCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the behavior of local search.
- clearChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- clearCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- clearClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Clause activity parameters (same effect as the one on the variables).
- clearClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- clearClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- clearClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- clearClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- clearClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- clearClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- clearCoefficient() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- clearCoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- clearCoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- clearCoefficients() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- clearCoefficients() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- clearCoeffs() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- clearCoeffs() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- clearCoeffs() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- clearCoeffs() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- clearCombinedBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_avg = 11;
- clearCombinedBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_l2_norm = 24;
- clearCombinedBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- clearCombinedBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_min = 10;
- clearCombinedVariableBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_avg = 30;
- clearCombinedVariableBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_l2_norm = 31;
- clearCombinedVariableBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the variable lower and upper bounds.
- clearCombinedVariableBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_min = 29;
- clearCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- clearComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Compute estimated impact at each iteration when true; only once when false.
- clearConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional double constant = 2;
- clearConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- clearConstraint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- clearConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- clearConstraintMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_avg = 8;
- clearConstraintMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- clearConstraintMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_min = 7;
- clearConstraintMatrixColMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Minimum row and column infinity norms of the constraint matrix.
- clearConstraintMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_l2_norm = 25;
- clearConstraintMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
The number of (finite) nonzero entries in the constraint matrix.
- clearConstraintMatrixRowMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- clearConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clearConstraints() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- clearConstraints() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- clearConstraintSolverStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- clearContext() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- clearContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- clearConvergenceInformation() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- clearConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Temporary flag util the feature is more mature.
- clearCorrectedDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- clearCostScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- clearCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- clearCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- clearCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we presolve the cp_model before solving it.
- clearCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much effort do we spend on probing.
- clearCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- clearCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- clearCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool cumulative = 6;
- clearCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- clearCumulativeKktMatrixPasses() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- clearCumulativeRejectedSteps() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- clearCumulativeTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- clearCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- clearCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Target number of constraints to remove during cleanup.
- clearCutLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Control the global cut effort.
- clearCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
These parameters are similar to sat clause management activity parameters.
- clearCycleSizes() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- clearDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if we do not manage to complete the hint into a full solution.
- clearDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, try to stop just after that many presolve rules have been
applied.
- clearDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We have two different postsolve code.
- clearDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
HACK.
- clearDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- clearDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- clearDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- clearDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- clearDemands() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- clearDemands() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- clearDetailedOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- clearDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- clearDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double deterministic_time = 17;
- clearDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Devex weights will be reset to 1.0 after that number of updates.
- clearDiagonalQpTrustRegionSolverTolerance() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- clearDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the diffn constraint.
- clearDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, it disable all constraint expansion.
- clearDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- clearDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool disable_solve = 15;
- clearDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, registers more lns subsolvers with different parameters.
- clearDomain() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- clearDomain() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- clearDomain() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- clearDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- clearDropTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- clearDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- clearDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- clearDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The dual objective.
- clearDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- clearDualRayObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The objective of the linear program labeled (1) in the previous paragraph.
- clearDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Like small_pivot_threshold but for the dual simplex.
- clearDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- clearDualValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- clearDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- clearDurationSeconds() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Total time spent in the solver.
- clearDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Time spent in the decision builder.
- clearDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Time spent in the filter.
- clearDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in the operator.
- clearDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- clearElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- clearEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- clearEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- clearEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- clearEnforcementLiteral() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- clearEntries() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- clearEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we enumerate all solutions of a problem without objective.
- clearEpsDualInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility.
- clearEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- clearEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- clearEpsOptimalDualResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the dual residual.
- clearEpsOptimalDualResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the dual residual.
- clearEpsOptimalObjectiveGapAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the objective gap.
- clearEpsOptimalObjectiveGapRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the objective gap.
- clearEpsOptimalPrimalResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual.
- clearEpsOptimalPrimalResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the primal residual.
- clearEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- clearEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- clearEpsPrimalInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility.
- clearExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- clearExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand all_different constraints that are not permutations.
- clearExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- clearExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- clearExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool exploit_all_precedences = 220 [default = false];
- clearExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best solution value.
- clearExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- clearExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- clearExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best relaxation solution
value.
- clearExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- clearExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- clearExprs() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- clearExprs() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- clearExtraSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- clearFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 failures = 3;
- clearFallbackToCpSatSizeThreshold() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- clearFDirect() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- clearFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The following feasibility_jump parameters are meant to be used by the
solver on the different workers that use feasibility_jump.
- clearFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- clearFeasibilityJumpMaxNumValuesScanned() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of values scanned when scanning the domain of a variable.
- clearFeasibilityJumpProtectLinearFeasibility() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Feasibility jump focuses on the linear model, then switches to the full
model when a linear feasible assignment is found.
- clearFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- clearFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- clearFeasibilityPolishingDetails() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- clearFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the feasibility phase.
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.bop.BopParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.SatParameters.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- clearFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- clearFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- clearFinalStates() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- clearFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- clearFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- clearFInverse() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- clearFirstSolutionStatistics() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- clearFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- clearFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- clearFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- clearFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- clearGapIntegral() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The integral of log(1 + absolute_objective_gap) over time.
- clearGeneralConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- clearGeneralConstraint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- clearGlopParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- clearGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- clearGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- clearGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- clearGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
These are advanced settings which should not be modified unless you know
what you are doing.
- clearGuidedLocalSearchResetPenaltiesOnNewBestSolution() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to reset penalties when a new best solution is found.
- clearGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- clearHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
See https://developers.google.com/optimization/lp/pdlp_math for notation.
- clearHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- clearHead() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
optional int64 head = 2;
- clearHeads() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- clearHeads() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- clearHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- clearHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- clearHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Conflict limit used in the phase that exploit the solution hint.
- clearHints() - Method in class com.google.ortools.sat.CpModel
-
Remove all solution hints
- clearId() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The ids must be non-negative (>= 0).
- clearIgnoreNames() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we don't keep names in our internal copy of the user given model.
- clearIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- clearIgnoreSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- clearImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- clearImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- clearImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- clearIndex() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int32 index = 1;
- clearIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
int32 index = 1;
- clearIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- clearInfeasibilityInformation() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- clearInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Run a max-clique code amongst all the x != y we can find and try to infer
set of variables that are all different.
- clearInfiniteConstraintBoundThreshold() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- clearInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- clearInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- clearInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- clearInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- clearInitialPrimalWeight() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- clearInitialStepSizeScaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- clearInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The initial value of the variables activity.
- clearInnerObjectiveLowerBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- clearInstanceName() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The name of the optimization problem.
- clearInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- clearIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- clearIntegerAfterOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_after_offset = 9;
- clearIntegerBeforeOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- clearIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- clearIntegerScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_scaling_factor = 8;
- clearInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 interleave_batch_size = 134 [default = 0];
- clearInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- clearInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- clearIntervals() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- clearIntervals() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- clearIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- clearIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- clearInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- clearIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
True if the variable is constrained to be integer.
- clearIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
[Advanced usage: do not use this if you don't know what you're doing.]
A lazy constraint is handled differently by the core solving engine, but
it does not change the result.
- clearIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional int32 iteration_count = 5;
- clearIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The total number of iterations during the solve.
- clearIterationLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- clearIterationNumber() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The iteration number at which these stats were recorded.
- clearIterationStats() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- clearIterationStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- clearKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- clearKktMatrixPassLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- clearL2DualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the violations of dual constraints.
- clearL2DualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the dual variables.
- clearL2NormRescaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- clearL2PrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the violations of primal constraints.
- clearL2PrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the primal variables.
- clearLevelChanges() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- clearLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- clearLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- clearLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- clearLinesearchContractionFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- clearLinesearchRule() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Linesearch rule applied at each major iteration.
- clearLInfComponentwiseDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
- clearLInfComponentwisePrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- clearLInfDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- clearLInfDualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- clearLInfPrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- clearLInfPrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- clearLInfRuizIterations() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- clearLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- clearLiterals() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- clearLiterals() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- clearLiterals() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- clearLiterals() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- clearLiterals() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- clearLiterals() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- clearLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- clearLocalCheapestCostInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- clearLocalCheapestInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- clearLocalSearchFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- clearLocalSearchFilterStatistics() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- clearLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- clearLocalSearchOperator() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- clearLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- clearLocalSearchOperatorStatistics() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- ClearLocalSearchState() - Method in class com.google.ortools.constraintsolver.Solver
-
Clears the local search state.
- clearLocalSearchStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics.
- clearLogCallback() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- clearLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
double log_cost_offset = 29;
- clearLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
- clearLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates how much logging should wait before logging periodic search
information from specialized workers (lb_tree_search, probing).
- clearLogIntervalSeconds() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- clearLogPrefix() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- clearLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- clearLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether the solver should log the search progress to LOG(INFO).
- clearLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs the progress of a solve to LOG(INFO).
- clearLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should log the search progress.
- clearLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should display per sub-solver search statistics.
- clearLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- clearLogToResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to response proto.
- clearLogToStdout() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs will be displayed to stdout instead of using Google log info.
- clearLogToStdout() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to stdout.
- clearLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
lower_bound must be <= upper_bound.
- clearLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
lower_bound must be <= upper_bound.
- clearLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
lower_bound must be <= upper_bound.
- clearLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Optional lower (resp.
- clearLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Algorithm to solve linear programs.
- clearLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The max deterministic time given to the LP solver each time it is called.
- clearLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 ls_operator_min_neighbors = 54;
- clearLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- clearLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- clearMainIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- clearMajorIterationFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- clearMalitskyPockParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- clearMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- clearMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- clearMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- clearMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- clearMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- clearMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- clearMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
- clearMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- clearMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- clearMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum deterministic time allowed to solve a problem.
- clearMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- clearMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When loading a*x + b*y ==/!= c when x and y are both fully encoded.
- clearMaxDualRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector scaled such that its infinity
norm is one.
- clearMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
int32 max_edge_finder_size = 109;
- clearMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
True if the problem is a maximization problem.
- clearMaximize() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
The optimization direction.
- clearMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- clearMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 max_level = 2;
- clearMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- clearMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum memory allowed for the whole thread containing the solver.
- clearMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of backtracks times the number of variables in Local Search,
ie.
- clearMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum number of conflicts allowed to solve a problem.
- clearMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- clearMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- clearMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to generate a random solution.
- clearMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- clearMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of assignments the Local Search iterates on during one
try.
- clearMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum number of simplex iterations to solve a problem.
- clearMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- clearMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- clearMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The limit on the number of cuts in our cut pool.
- clearMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- clearMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- clearMaxPrimalRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector scaled such that its infinity norm is one.
- clearMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- clearMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- clearMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- clearMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Create one literal for each disjunction of two pairs of tasks.
- clearMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- clearMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- clearMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- clearMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- clearMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- clearMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- clearMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- clearMethods() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- clearMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
- clearMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- clearMinimizeCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use a simple heuristic to try to minimize an UNSAT core.
- clearMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A different algorithm during PB resolution.
- clearMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
- clearMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
For now, we have a somewhat simpler implementation where every x restart we
spend y decisions on clause minimization.
- clearMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We never follow a basis change with a pivot under this threshold.
- clearMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 min_level = 1;
- clearMinNumLnsWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If there is an objective and we are not in interleave mode, we will reserve
at least this number of worker for LNS thread.
- clearMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- clearMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, some continuous variable might be automatically scaled.
- clearMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- clearMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- clearMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- clearMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- clearMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- clearMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- clearMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- clearMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All continuous variable of the problem will be multiplied by this factor.
- clearMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- clearMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- clearModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- clearModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- clearModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- clearModelReductionLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double model_reduction_log_frequency_in_seconds = 218 [default = 5];
- clearMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- clearMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Memory coefficient related to the multi-armed bandit compound operator.
- clearName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- clearName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- clearName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- clearName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- clearName() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- clearName() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- clearName() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- clearName() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- clearName() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- clearName() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- clearNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Should anonymous variables be given a name.
- clearNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Create names for cast variables.
- clearNecessaryReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- clearNegated() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- ClearNeighbors() - Method in class com.google.ortools.constraintsolver.Solver
-
Manipulate neighbors count; to be used for testing purposes only.
TODO(user): Find a workaround to avoid exposing this.
- clearNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add that many lazy constraints (or cuts) at once in the LP.
- clearNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- clearNodes() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- clearNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- clearNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- clearNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors eventually accepted.
- clearNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of solutions to collect during the search.
- clearNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of solvers used to run Bop.
- clearNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_binary_propagations = 13;
- clearNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_booleans = 10;
- clearNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- clearNumBranches() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of branches explored.
- clearNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_branches = 12;
- clearNumCalls() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter was called.
- clearNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_cols = 2;
- clearNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_conflicts = 11;
- clearNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- clearNumConstraints() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 num_constraints = 2;
- clearNumFailures() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of failures/backtracks.
- clearNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors which were filtered.
- clearNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_integer_propagations = 14;
- clearNumIntegers() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Some statistics about the solve.
- clearNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_lp_iterations = 25;
- clearNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors generated by the operator.
- clearNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of threads in the OMP parallel sections.
- clearNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of tries in the random lns.
- clearNumRejects() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter rejected a neighbor.
- clearNumRejectsPerSecond() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of rejects per second.
- clearNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- clearNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_restarts = 24;
- clearNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_rows = 1;
- clearNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 num_search_workers = 100 [default = 0];
- clearNumShards() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- clearNumSolutions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of solutions found.
- clearNumThreads() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The number of threads to use.
- clearNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The number of variables in the problem.
- clearNumVariables() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 num_variables = 1;
- clearNumViolationLs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- clearNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specify the number of parallel workers (i.e.
- ClearObjective() - Method in class com.google.ortools.constraintsolver.Assignment
-
- clearObjective() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- clearObjective() - Method in class com.google.ortools.sat.CpModel
-
Clears the objective.
- clearObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- clearObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- clearObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The coefficient of the variable in the objective.
- clearObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- clearObjectiveMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_avg = 22;
- clearObjectiveMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- clearObjectiveMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_min = 21;
- clearObjectiveMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_l2_norm = 27;
- clearObjectiveMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 objective_matrix_num_nonzeros = 19;
- clearObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Offset for the objective function.
- clearObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double objective_upper_limit = 41 [default = inf];
- clearObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
optional double objective_value = 1;
- clearObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- clearObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- clearObjectiveVectorAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_avg = 18;
- clearObjectiveVectorAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the objective vector.
- clearObjectiveVectorAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_min = 17;
- clearObjectiveVectorL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_l2_norm = 23;
- clearOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- clearOffset() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int64 offset = 2;
- clearOffset() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
double offset = 3;
- clearOffset() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
int64 offset = 3;
- clearOffset() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.bop.BopParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.SatParameters.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- clearOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- clearOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- clearOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- clearOptimalityNorm() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
The norm that we are measuring the optimality criteria in.
- clearOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the optimization phase.
- clearOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Minimum step by which the solution must be improved in local search.
- clearOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- clearOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- clearOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This has no effect if optimize_with_core is false.
- clearOrbitopes() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- clearOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- clearOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- clearOriginalProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the original problem.
- clearParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- clearParams() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- clearParams() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- clearPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- clearPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- clearPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- clearPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- clearPermutations() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- clearPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- clearPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is mainly here to test the solver variability.
- clearPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- clearPointMetadata() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- clearPointType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Type of the point that this metadata corresponds to.
- clearPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- clearPolishingPhaseType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- clearPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- clearPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- clearPositiveCoeff() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int64 positive_coeff = 3;
- clearPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- clearPreprocessedProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- clearPreprocessingTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Time for preprocessing (everything before iteration 0).
- clearPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
A floating point tolerance used by the preprocessors.
- clearPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Gurobi and SCIP enable presolve by default.
- clearPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- clearPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- clearPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- clearPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- clearPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- clearPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A few presolve operations involve detecting constraints included in other
constraint.
- clearPresolveOptions() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- clearPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- clearPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- clearPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- clearPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- clearPrimalObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The primal objective.
- clearPrimalRayLinearObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- clearPrimalRayQuadraticNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- clearPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- clearPrimalWeight() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Primal weight controlling the relation between primal and dual step sizes.
- clearPrimalWeightUpdateSmoothing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- clearPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print added constraints.
- clearPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print local search profiling data after solving.
- clearPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print the model before solving.
- clearPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print model statistics before solving.
- clearProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The maximum "deterministic" time limit to spend in probing.
- clearProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If set at zero (the default), it is disabled.
- clearProblemType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- clearProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- clearProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate local search profiling.
- clearProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagation profiling.
- clearPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- clearProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds.
- clearPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- clearPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- clearPushToVertex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- clearQcoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- clearQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- clearQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- clearQvar1Index() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- clearQvar1Index() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- clearQvar2Index() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- clearQvar2Index() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- clearRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- clearRandomDualProjections() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- clearRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Randomize fixed search.
- clearRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The proportion of polarity chosen at random.
- clearRandomPrimalProjections() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- clearRandomProjectionSeeds() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- clearRandomSeed() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The seed used to initialize the random generator.
- clearRandomSeed() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- clearRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- clearRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During the primal simplex (resp.
- clearRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- clearRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the accuracy of the iteratively computed reduced costs.
- clearRecordIterationStats() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- clearReducedCost() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- clearReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Advanced settings.
- clearRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row].
- clearRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
- clearRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- clearRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double relative_gap_limit = 160 [default = 0];
- clearRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- clearRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- clearRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- clearRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver tries to repair the solution given in the hint.
- clearReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- clearRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- clearRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- clearRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- clearRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Restart period for the FIXED_RESTART strategy.
- clearRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the window for the moving average restarts.
- clearRestartStrategy() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- clearRestartUsed() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
optional int32 resultant_var_index = 2;
- clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
optional int32 resultant_var_index = 2;
- clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional int32 resultant_var_index = 3;
- clearRootLpIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- clearRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- clearSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- clearSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- clearSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- clearSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- clearSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Parameters specific to the Savings first solution heuristic.
- clearSavingsParallelRoutes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
When true, the routes are built in parallel, sequentially otherwise.
- clearScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Enable automatic scaling of matrix coefficients and objective.
- clearScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
double scaling_factor = 3;
- clearScalingFactor() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
optional double scaling_factor = 4 [default = 1];
- clearScalingMethod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- clearScalingWasExact() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal field.
- clearSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- clearSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Search randomization will collect equivalent 'max valued' variables, and
pick one randomly.
- clearSearchStrategy() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- clearShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of new learned binary clause between workers.
- clearSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- clearSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enables experimental workstealing-like shared tree search.
- clearSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- clearSharedTreeWorkerObjectiveSplitProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After their assigned prefix, shared tree workers will branch on the
objective with this probability.
- clearShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of the bounds of modified variables at level 0.
- clearShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows objective sharing between workers.
- clearShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- clearSimpleOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- clearSize() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- clearSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Skip locally optimal pairs of paths in PathOperators.
- clearSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- clearSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool smart_time_check = 5;
- clearSolution() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- clearSolutionCallback(SolutionCallback) - Method in class com.google.ortools.sat.SolveWrapper
-
- clearSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- clearSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- clearSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- clearSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- clearSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
-- Search limits --
Limit to the number of solutions generated during the search.
- clearSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the top-n different solutions kept by the solver.
- clearSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 solutions = 4;
- clearSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- clearSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- clearSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- clearSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The type of the output point that the solver returned.
- clearSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we solve the dual of the given problem.
- clearSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- clearSolveLog() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- clearSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- clearSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- clearSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Opaque solver-specific information.
- clearSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- clearSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Maximum time to be spent by the solver to solve 'model'.
- clearSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- clearSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional double solve_time_sec = 6;
- clearSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The runtime of the solve.
- clearSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
optional double solve_user_time_seconds = 2;
- clearSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
How much wall time (resp.
- clearSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- clearSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- clearStart() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- clearStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
A state is identified by a non-negative number.
- clearStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Result of the optimization.
- clearStatus() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- clearStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- clearStepSize() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Step size used at this iteration.
- clearStepSizeDownscalingFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- clearStepSizeGrowthExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- clearStepSizeInterpolation() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- clearStepSizeReductionExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- clearStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, stop the solver as soon as we have a solution.
- clearStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly used when improving the presolver.
- clearStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool stop_after_root_propagation = 252 [default = false];
- clearStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameters indicates if the solver should store the names of
the objets it manages.
- clearStrategy() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- clearStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- clearSubsolverParams() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- clearSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- clearSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- clearSufficientAssumptionsForInfeasibility() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- clearSufficientReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- clearSupply() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The supply can be positive or negative in which case it means demand.
- clearSupport() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- clearSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- clearSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- clearSynchronizationType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- clearTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- clearTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much we try to "compress" a table constraint.
- clearTail() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
A directed arc goes from a tail node to a head node.
- clearTails() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- clearTails() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- clearTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
int32 target = 2;
- clearTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- clearTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- clearTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- clearTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- clearTerminationCheckFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- clearTerminationCriteria() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- clearTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- clearTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The reason that the solve terminated.
- clearTerminationString() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Optional extra information about the termination reason.
- clearTestFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- clearTightenedVariables() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- clearTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
TODO(user): Specify the time units or switch to google.Duration proto.
- clearTimeExprs() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- clearTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- clearTimeSecLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- clearTotalNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_accepted_neighbors = 5;
- clearTotalNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_filtered_neighbors = 4;
- clearTotalNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Total number of (filtered/accepted) neighbors created during the search.
- clearTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagate tracing.
- clearTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Trace search.
- clearTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates the default size of a block of the trail.
- clearTransformations() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- clearTransitionHead() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- clearTransitionLabel() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- clearTransitionTail() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- clearType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- clearType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- clearUnitCost() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Cost of this arc per unit of flow.
- clearUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
optional double upper_bound = 3 [default = inf];
- clearUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
optional double upper_bound = 7 [default = inf];
- clearUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional double upper_bound = 2 [default = inf];
- clearUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
optional int64 upper_bound = 4;
- clearUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_absl_random = 180 [default = false];
- clearUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_all_possible_disjunctions = 108;
- clearUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- clearUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver attemts to generate more info inside lp propagator by
branching on some variables if certain criteria are met during the search
tree exploration.
- clearUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- clearUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- clearUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- clearUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- clearUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- clearUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the cumulative constraint.
- clearUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table = 106;
- clearUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table_sync = 112;
- clearUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We have two possible dual phase I algorithms.
- clearUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- clearUseDiagonalQpTrustRegionSolver() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- clearUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- clearUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- clearUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- clearUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the element constraint.
- clearUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- clearUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- clearUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver usually exploit the LP relaxation of a model.
- clearUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- clearUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- clearUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- clearUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- clearUseFeasibilityPolishing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- clearUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- clearUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- clearUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- clearUseGeneralizedCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- clearUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- clearUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- clearUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- clearUseGlop() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
If true runs Glop's presolver on the given instance prior to solving.
- clearUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- clearUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stores and exploits "implied-bounds" in the solver.
- clearUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If presolve runs, include the pass that detects implied free variables.
- clearUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- clearUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on neighborhood generator based on local branching LP.
- clearUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- clearUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- clearUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- clearUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
LNS parameters.
- clearUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- clearUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- clearUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- clearUseLpLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use Large Neighborhood Search based on the LP relaxation.
- clearUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use strong branching in the linear relaxation optimizer.
- clearUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- clearUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- clearUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- clearUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- clearUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, the solver will use multi-armed bandit concatenate operators.
- clearUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- clearUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- clearUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- clearUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- clearUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- clearUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- clearUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- clearUsePairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Performs an extra step of propagation in the no_overlap_2d constraint by
looking at all pairs of intervals.
- clearUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- clearUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- clearUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- clearUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- clearUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- clearUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use advanced preprocessing techniques.
- clearUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- clearUseRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- clearUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- clearUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- clearUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- clearUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- clearUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- clearUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- clearUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- clearUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on relaxation induced neighborhood generator.
- clearUserTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double user_time = 16;
- clearUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_sat_inprocessing = 163 [default = false];
- clearUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use sat propagation to choose the lns neighbourhood.
- clearUseScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- clearUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_sequence_high_demand_tasks = 107;
- clearUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Set on shared subtree workers.
- clearUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- clearUseShortestPathSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- clearUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the table constraint.
- clearUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- clearUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- clearUseSymmetry() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit the eventual symmetries of the problem.
- clearUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- clearUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- clearUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- clearUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- clearUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- clearUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- clearUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- clearUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- clearValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
optional double value = 1;
- clearValues() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- clearValues() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- clearValues() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- clearVariable() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- clearVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- clearVariableBoundGapsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_avg = 15;
- clearVariableBoundGapsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_l2_norm = 26;
- clearVariableBoundGapsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- clearVariableBoundGapsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_min = 14;
- clearVariableBoundGapsNumFinite() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- clearVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clearVariables() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- clearVariables() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- clearVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- clearVariableValue() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- clearVariableValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Variable index (w.r.t.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- clearVarNames() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- clearVars() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of variables.
- clearVars() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- clearVars() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated int32 vars = 3;
- clearVars() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int32 vars = 1;
- clearVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Value the above variable should take.
- clearVarValue() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- clearVerbosityLevel() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The verbosity of logging.
- clearViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How long violation_ls should wait before perturbating a solution.
- clearWallTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The time counted from the beginning of the Solve() call.
- clearWeight() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- clearXIntervals() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- clearYIntervals() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- clone() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- clone() - Method in class com.google.ortools.bop.BopParameters.Builder
-
- clone() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- clone() - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- clone() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- clone() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- clone() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- clone() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- clone() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- clone() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- clone() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- clone() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- clone() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- clone() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- clone() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- clone() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- clone() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- clone() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- clone() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- clone() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- clone() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- clone() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- clone() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- clone() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- clone() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- clone() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- clone() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- clone() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- clone() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- clone() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.SatParameters.Builder
-
- clone() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- clone() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- clone() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- clone() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- clone() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- clone() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- clone() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- clone() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- clone() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- clone() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- clone() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- clone() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- clone() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- clone() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- clone() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- clone() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- clone() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- clone() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- closeModel() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Closes the current routing model; after this method is called, no
modification to the model can be done, but RoutesToAssignment becomes
available.
- closeModelWithParameters(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as above taking search parameters (as of 10/2015 some the parameters
have to be set when closing the model).
- closeVisitTypes() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
This function should be called once all node visit types have been set and
prior to adding any incompatibilities/requirements.
"close" types.
- CLP_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
CLP_LINEAR_PROGRAMMING = 0;
- COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
-
- COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- COEFFICIENTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanConstraint
-
- COEFFICIENTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearObjective
-
- COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
-
- COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.FloatObjectiveProto
-
- COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearConstraintProto
-
- COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearExpressionProto
-
- com.google.ortools - package com.google.ortools
-
- com.google.ortools.algorithms - package com.google.ortools.algorithms
-
- com.google.ortools.bop - package com.google.ortools.bop
-
- com.google.ortools.constraintsolver - package com.google.ortools.constraintsolver
-
- com.google.ortools.glop - package com.google.ortools.glop
-
- com.google.ortools.graph - package com.google.ortools.graph
-
- com.google.ortools.init - package com.google.ortools.init
-
- com.google.ortools.linearsolver - package com.google.ortools.linearsolver
-
- com.google.ortools.modelbuilder - package com.google.ortools.modelbuilder
-
- com.google.ortools.sat - package com.google.ortools.sat
-
- com.google.ortools.sat.v1 - package com.google.ortools.sat.v1
-
- com.google.ortools.util - package com.google.ortools.util
-
- COMBINED_BOUNDS_AVG_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- COMBINED_BOUNDS_L2_NORM_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- COMBINED_BOUNDS_MAX_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- COMBINED_BOUNDS_MIN_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- COMBINED_VARIABLE_BOUNDS_AVG_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- COMBINED_VARIABLE_BOUNDS_L2_NORM_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- COMBINED_VARIABLE_BOUNDS_MAX_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- COMBINED_VARIABLE_BOUNDS_MIN_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- Commit(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
Dual of Relax(), lets the filter know that the delta was accepted.
- Commit() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CommittedInverseValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CommittedValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- compactAndCheckAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as CompactAssignment() but also checks the validity of the final
compact solution; if it is not valid, no attempts to repair it are made
(instead, the method returns nullptr).
- compactAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Converts the solution in the given assignment to routes for all vehicles.
If the returned vector is route_indices, route_indices[i][j] is the index
for jth location visited on route i.
- complement() - Method in class com.google.ortools.util.Domain
-
Returns the set Int64 ∖ D.
- COMPLETE_LNS_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
COMPLETE_LNS = 7;
- compose(DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
Creates a decision builder which sequentially composes decision builders.
At each leaf of a decision builder, the next decision builder is therefore
called.
- compose(DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
- compose(DecisionBuilder, DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
- compose(DecisionBuilder[]) - Method in class com.google.ortools.constraintsolver.Solver
-
- COMPRESS_TRAIL_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- COMPRESS_WITH_ZLIB_VALUE - Static variable in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
COMPRESS_WITH_ZLIB = 1;
- COMPUTE_ESTIMATED_IMPACT_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- computeConstraintActivities() - Method in class com.google.ortools.linearsolver.MPSolver
-
Advanced usage: compute the "activities" of all constraints, which are the
sums of their linear terms.
- computeExactConditionNumber() - Method in class com.google.ortools.linearsolver.MPSolver
-
Advanced usage: computes the exact condition number of the current scaled
basis: L1norm(B) * L1norm(inverse(B)), where B is the scaled basis.
This method requires that a basis exists: it should be called after Solve.
It is only available for continuous problems.
- computeLowerBound() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Computes a lower bound to the routing problem solving a linear assignment
problem.
- ComputeNeighbors(RoutingModel, int, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
Computes num_neighbors neighbors of all nodes for every cost class in
routing_model.
- concatenateOperators(LocalSearchOperator[]) - Method in class com.google.ortools.constraintsolver.Solver
-
Creates a local search operator which concatenates a vector of operators.
Each operator from the vector is called sequentially.
- concatenateOperators(LocalSearchOperator[], boolean) - Method in class com.google.ortools.constraintsolver.Solver
-
- concatenateOperators(LocalSearchOperator[], IntIntToLongFunction) - Method in class com.google.ortools.constraintsolver.Solver
-
- ConsiderAlternatives(long) - Method in class com.google.ortools.constraintsolver.PathOperator
-
Indicates if alternatives should be considered when iterating over base
nodes.
- const_parameters() - Method in class com.google.ortools.constraintsolver.Solver
-
- CONST_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
-
- CONST_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- constant(double) - Static method in interface com.google.ortools.modelbuilder.LinearExpr
-
Shortcut for newBuilder().add(value).build()
- constant(long) - Static method in interface com.google.ortools.sat.LinearExpr
-
Shortcut for newBuilder().add(value).build()
- CONSTANT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- CONSTANT_STEP_SIZE_RULE_VALUE - Static variable in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.LinesearchRule
-
Uses a constant step size corresponding to an estimate of the maximum
singular value of the constraint matrix.
- ConstantExpression - Class in com.google.ortools.modelbuilder
-
A specialized constant linear expression.
- ConstantExpression(double) - Constructor for class com.google.ortools.modelbuilder.ConstantExpression
-
- ConstantExpression - Class in com.google.ortools.sat
-
A specialized constant linear expression.
- ConstantExpression(long) - Constructor for class com.google.ortools.sat.ConstantExpression
-
- Constraint - Class in com.google.ortools.constraintsolver
-
A constraint is the main modeling object.
- Constraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Constraint
-
- constraint(int) - Method in class com.google.ortools.linearsolver.MPSolver
-
Returns the constraint at the given index.
- Constraint - Class in com.google.ortools.sat
-
Wrapper around a ConstraintProto.
- Constraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.Constraint
-
- Constraint_accept(long, Constraint, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
-
- Constraint_initialPropagate(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Constraint_isCastConstraint(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CONSTRAINT_MATRIX_ABS_AVG_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_ABS_MAX_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_ABS_MIN_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_COL_MIN_L_INF_NORM_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_L2_NORM_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_NUM_NONZEROS_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_ROW_MIN_L_INF_NORM_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- CONSTRAINT_OVERRIDES_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- Constraint_post(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Constraint_postAndPropagate(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CONSTRAINT_SOLVER_STATISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SearchStatistics
-
- Constraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Constraint_toString(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CONSTRAINT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
CONSTRAINT = 1;
- Constraint_var(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ConstraintProto - Class in com.google.ortools.sat
-
Next id: 31
- ConstraintProto.Builder - Class in com.google.ortools.sat
-
Next id: 31
- ConstraintProto.ConstraintCase - Enum in com.google.ortools.sat
-
- ConstraintProtoOrBuilder - Interface in com.google.ortools.sat
-
- constraints() - Method in class com.google.ortools.constraintsolver.Solver
-
Counts the number of constraints that have been added
to the solver before the search.
- constraints() - Method in class com.google.ortools.linearsolver.MPSolver
-
Returns the array of constraints handled by the MPSolver.
They are listed in the order in which they were created.
- CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
-
- CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanProblem
-
- ConstraintSolverParameters - Class in com.google.ortools.constraintsolver
-
Solver parameters.
- ConstraintSolverParameters.Builder - Class in com.google.ortools.constraintsolver
-
Solver parameters.
- ConstraintSolverParameters.TrailCompression - Enum in com.google.ortools.constraintsolver
-
Internal parameters of the solver.
- ConstraintSolverParametersOrBuilder - Interface in com.google.ortools.constraintsolver
-
- ConstraintSolverStatistics - Class in com.google.ortools.constraintsolver
-
Statistics on the search in the constraint solver.
- ConstraintSolverStatistics.Builder - Class in com.google.ortools.constraintsolver
-
Statistics on the search in the constraint solver.
- ConstraintSolverStatisticsOrBuilder - Interface in com.google.ortools.constraintsolver
-
- CONTAIN_ONE_COST_SCALING_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
This is the most defensive option.
- contains(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- contains(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- contains(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- contains(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- contains(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- contains(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- contains(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- contains(int[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- contains(long[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- contains(long) - Method in class com.google.ortools.constraintsolver.IntVar
-
This method returns whether the value 'v' is in the domain of the
variable.
- contains(long) - Method in class com.google.ortools.util.Domain
-
Returns true iff value is in Domain.
- containsConstraintOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- containsConstraintOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Constraints can be changed (or added) in the same way as variables, see
above.
- containsConstraintOverrides(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- containsVariableOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- containsVariableOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- containsVariableOverrides(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- context() - Method in class com.google.ortools.constraintsolver.Solver
-
Gets the current context of the search.
- CONTEXT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- CONTINUOUS_SCHEDULING_SOLVER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CONVERGENCE_INFORMATION_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- CONVERT_INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- copy(Assignment) - Method in class com.google.ortools.constraintsolver.Assignment
-
Copies 'assignment' to the current assignment, clearing its previous
content.
- copy(AssignmentIntContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
Copies all the elements of 'container' to this container, clearing its
previous content.
- copy(AssignmentIntervalContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
Copies all the elements of 'container' to this container, clearing its
previous content.
- copy(AssignmentSequenceContainer) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
Copies all the elements of 'container' to this container, clearing its
previous content.
- copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
-
- copy(IntervalVarElement) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- copy(IntVarElement) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.RegularLimit
-
- copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.SearchLimit
-
Copy a limit.
- copy(SequenceVarElement) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- copyIntersection(Assignment) - Method in class com.google.ortools.constraintsolver.Assignment
-
Copies the intersection of the two assignments to the current
assignment.
- copyIntersection(AssignmentIntContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
Copies the elements of 'container' which are already in the calling
container.
- copyIntersection(AssignmentIntervalContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
Copies the elements of 'container' which are already in the calling
container.
- copyIntersection(AssignmentSequenceContainer) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
Copies the elements of 'container' which are already in the calling
container.
- CORRECTED_DUAL_OBJECTIVE_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
- COST_SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- costsAreHomogeneousAcrossVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Whether costs are homogeneous across all vehicles.
- costVar() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the global cost variable which is being minimized.
- COUNT_ASSUMPTION_LEVELS_IN_LBD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- COVER_OPTIMIZATION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CP_MODEL_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CP_MODEL_PROBING_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CP_MODEL_USE_SAT_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CPLEX_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Commercial, needs a valid license.
- CPLEX_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Commercial, needs a valid license.
- CpModel - Class in com.google.ortools.sat
-
Main modeling class.
- CpModel() - Constructor for class com.google.ortools.sat.CpModel
-
- CpModel.MismatchedArrayLengths - Exception in com.google.ortools.sat
-
Exception thrown when parallel arrays have mismatched lengths.
- CpModel.WrongLength - Exception in com.google.ortools.sat
-
Exception thrown when an array has a wrong length.
- CpModelProto - Class in com.google.ortools.sat
-
A constraint programming problem.
- CpModelProto.Builder - Class in com.google.ortools.sat
-
A constraint programming problem.
- CpModelProtobuf - Class in com.google.ortools.sat
-
- CpModelProtoOrBuilder - Interface in com.google.ortools.sat
-
- CpModelServiceProto - Class in com.google.ortools.sat.v1
-
- CpObjectiveProto - Class in com.google.ortools.sat
-
Optimization objective.
- CpObjectiveProto.Builder - Class in com.google.ortools.sat
-
Optimization objective.
- CpObjectiveProtoOrBuilder - Interface in com.google.ortools.sat
-
- CppBridge - Class in com.google.ortools.init
-
This class performs various C++ initialization.
It is meant to be used once at the start of a program.
- CppBridge(long, boolean) - Constructor for class com.google.ortools.init.CppBridge
-
- CppBridge() - Constructor for class com.google.ortools.init.CppBridge
-
- CppBridge_initLogging(String) - Static method in class com.google.ortools.init.mainJNI
-
- CppBridge_logGurobiSharedLibrary(String) - Static method in class com.google.ortools.init.mainJNI
-
- CppBridge_setFlags(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppBridge_shutdownLogging() - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags - Class in com.google.ortools.init
-
Simple structure that holds useful C++ flags to setup from non-C++ languages.
- CppFlags(long, boolean) - Constructor for class com.google.ortools.init.CppFlags
-
- CppFlags() - Constructor for class com.google.ortools.init.CppFlags
-
- CppFlags_cp_model_dump_lns_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_lns_set(long, CppFlags, boolean) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_models_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_models_set(long, CppFlags, boolean) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_prefix_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_prefix_set(long, CppFlags, String) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_response_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_response_set(long, CppFlags, boolean) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_log_prefix_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_log_prefix_set(long, CppFlags, boolean) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_stderrthreshold_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_stderrthreshold_set(long, CppFlags, int) - Static method in class com.google.ortools.init.mainJNI
-
- CpRandomSeed() - Static method in class com.google.ortools.constraintsolver.main
-
- CpRandomSeed() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CpSatHelper - Class in com.google.ortools.sat
-
- CpSatHelper(long, boolean) - Constructor for class com.google.ortools.sat.CpSatHelper
-
- CpSatHelper() - Constructor for class com.google.ortools.sat.CpSatHelper
-
- CpSatHelper_modelStats(byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSatHelper_solverResponseStats(byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSatHelper_validateModel(byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSatHelper_variableDomain(byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSatHelper_writeModelToFile(byte[], String) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSolver - Class in com.google.ortools.sat
-
Wrapper around the SAT solver.
- CpSolver() - Constructor for class com.google.ortools.sat.CpSolver
-
Main construction of the CpSolver class.
- CpSolverRequest - Class in com.google.ortools.sat.v1
-
The request sent to the remote solve service.
- CpSolverRequest.Builder - Class in com.google.ortools.sat.v1
-
The request sent to the remote solve service.
- CpSolverRequestOrBuilder - Interface in com.google.ortools.sat.v1
-
- CpSolverResponse - Class in com.google.ortools.sat
-
The response returned by a solver trying to solve a CpModelProto.
- CpSolverResponse.Builder - Class in com.google.ortools.sat
-
The response returned by a solver trying to solve a CpModelProto.
- CpSolverResponseOrBuilder - Interface in com.google.ortools.sat
-
- CpSolverSolution - Class in com.google.ortools.sat
-
Just a message used to store dense solution.
- CpSolverSolution.Builder - Class in com.google.ortools.sat
-
Just a message used to store dense solution.
- CpSolverSolutionCallback - Class in com.google.ortools.sat
-
Parent class to create a callback called at each solution.
- CpSolverSolutionCallback() - Constructor for class com.google.ortools.sat.CpSolverSolutionCallback
-
- CpSolverSolutionOrBuilder - Interface in com.google.ortools.sat
-
- CpSolverStatus - Enum in com.google.ortools.sat
-
The status returned by a solver trying to solve a CpModelProto.
- createSolutionResponseProto() - Method in class com.google.ortools.linearsolver.MPSolver
-
Fills the solution found to a response proto and returns it.
- createSolver(String) - Static method in class com.google.ortools.linearsolver.MPSolver
-
Recommended factory method to create a MPSolver instance, especially in
non C++ languages.
It returns a newly created solver instance if successful, or a nullptr
otherwise.
- CROSS - Static variable in class com.google.ortools.constraintsolver.Solver
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
First and last nodes are not moved.
Possible neighbors for the paths 1 -> 2 -> 3 -> 4 -> 5 and 6 -> 7 -> 8
(where (1, 5) and (6, 8) are first and last nodes of the paths and can
therefore not be moved):
1 -> [7] -> 3 -> 4 -> 5 6 -> [2] -> 8
1 -> [7] -> 4 -> 5 6 -> [2 -> 3] -> 8
1 -> [7] -> 5 6 -> [2 -> 3 -> 4] -> 8
- CROSS_DATE - Static variable in class com.google.ortools.constraintsolver.Solver
-
STARTS_BEFORE and ENDS_AFTER at the same time, i.e.
- crossed() - Method in class com.google.ortools.constraintsolver.SearchLimit
-
Returns true if the limit has been crossed.
- CROSSOVER_BOUND_SNAPPING_DISTANCE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- CST_SUB_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
-
- CST_SUB_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
-
- CUMULATIVE_KKT_MATRIX_PASSES_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- CUMULATIVE_REJECTED_STEPS_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- CUMULATIVE_TIME_SEC_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- CumulativeConstraint - Class in com.google.ortools.sat
-
Specialized cumulative constraint.
- CumulativeConstraint(CpModel) - Constructor for class com.google.ortools.sat.CumulativeConstraint
-
- CumulativeConstraintProto - Class in com.google.ortools.sat
-
The sum of the demands of the intervals at each interval point cannot exceed
a capacity.
- CumulativeConstraintProto.Builder - Class in com.google.ortools.sat
-
The sum of the demands of the intervals at each interval point cannot exceed
a capacity.
- CumulativeConstraintProtoOrBuilder - Interface in com.google.ortools.sat
-
- cumuls() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Like CumulVar(), TransitVar(), SlackVar() but return the whole variable
vectors instead (indexed by int64_t var index).
- cumulVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Get the cumul, transit and slack variables for the given node (given as
int64_t var index).
- currentlyInSolve() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns true whether the current search has been
created using a Solve() call instead of a NewSearch one.
- CUT_ACTIVE_COUNT_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CUT_CLEANUP_TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CUT_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CUT_MAX_ACTIVE_COUNT_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CYCLE_SIZES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SparsePermutationProto
-
- GAP_INTEGRAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- GE - Static variable in class com.google.ortools.constraintsolver.Solver
-
Move is accepted when the current objective value >= objective.Min.
- GENERAL_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
-
- GENERAL_CONSTRAINT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
GENERAL_CONSTRAINT = 2;
- GENERIC_TABU_SEARCH_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
Uses tabu search on a list of variables to escape local minima.
- getAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- getAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- getAbsoluteGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- getAcceptedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
Objective value from the last time Accept() was called and returned true.
- GetAcceptedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- getActiveDualVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- getActiveDualVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
The number of dual variables that have a different bound status than they
did at the last restart.
- getActiveDualVariableChange() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- getActiveDualVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of dual variables that are not at their bounds.
- getActiveDualVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
The number of dual variables that are not at their bounds.
- getActiveDualVariableCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
The number of dual variables that are not at their bounds.
- getActiveLiterals(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- getActiveLiterals(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
repeated int32 active_literals = 5;
- getActiveLiterals(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
repeated int32 active_literals = 5;
- getActiveLiteralsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- getActiveLiteralsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
repeated int32 active_literals = 5;
- getActiveLiteralsCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
repeated int32 active_literals = 5;
- getActiveLiteralsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- getActiveLiteralsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
repeated int32 active_literals = 5;
- getActiveLiteralsList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
repeated int32 active_literals = 5;
- getActivePrimalVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- getActivePrimalVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
The number of primal variables that have a different bound status than they
did at the last restart.
- getActivePrimalVariableChange() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- getActivePrimalVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of primal variables that are not at their bounds.
- getActivePrimalVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
The number of primal variables that are not at their bounds.
- getActivePrimalVariableCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
The number of primal variables that are not at their bounds.
- getActivity(LinearConstraint) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the activity of the given constraint.
- getActivity(int) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getAdaptiveLinesearchParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParameters() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParametersBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParametersOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParametersOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParametersOrBuilder() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- getAddCgCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- getAddCgCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- getAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate clique cuts from the binary implication graph.
- getAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate clique cuts from the binary implication graph.
- getAddCliqueCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate clique cuts from the binary implication graph.
- getAdditionalSolutions(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutions(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutions(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutions(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutions(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutions(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsBuilder(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsBuilderList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsCount() - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsList() - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilder(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilderList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsOrBuilderList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- getAdditionalSolutionsOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilderList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- getAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- getAddLinMaxCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- getAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- getAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- getAddLpConstraintsLazily() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- getAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate MIR cuts at root node.
- getAddMirCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate MIR cuts at root node.
- getAddMirCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate MIR cuts at root node.
- getAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up? We can always do that since our objective is integer, and
combined with MIR heuristic to reduce the coefficient of such cut, it can
help.
- getAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up? We can always do that since our objective is integer, and
combined with MIR heuristic to reduce the coefficient of such cut, it can
help.
- getAddObjectiveCut() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up? We can always do that since our objective is integer, and
combined with MIR heuristic to reduce the coefficient of such cut, it can
help.
- getAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate Zero-Half cuts at root node.
- getAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate Zero-Half cuts at root node.
- getAddZeroHalfCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate Zero-Half cuts at root node.
- GetAffectedDimensionIndices() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- getAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- getAllDiff() - Method in class com.google.ortools.sat.ConstraintProto
-
The all_diff constraint forces all variables to take different values.
- getAllDiff() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The all_diff constraint forces all variables to take different values.
- getAllDiffBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- getAllDiffOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- getAllDiffOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The all_diff constraint forces all variables to take different values.
- getAllDiffOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The all_diff constraint forces all variables to take different values.
- getAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- getAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- getAllowSimplexAlgorithmChange() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- getAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- getAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- getAlsoBumpVariablesInConflictReasons() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- getAmortizedLinearCostFactorOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getAmortizedQuadraticCostFactorOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- getAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "and" constraints must be Boolean.
- getAndConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "and" constraints must be Boolean.
- getAndConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- getAndConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- getAndConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "and" constraints must be Boolean.
- getAndConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "and" constraints must be Boolean.
- getAnnotation(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotation(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotation(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationCount() - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getArcCostForClass(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the cost of the segment between two nodes for a given cost
class.
- getArcCostForFirstSolution(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the cost of the arc in the context of the first solution strategy.
This is typically a simplification of the actual cost; see the .cc.
- getArcCostForVehicle(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the cost of the transit arc between two nodes for a given vehicle.
Input are variable indices of node.
- getArcs(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcs(int) - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcs(int) - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsBuilderList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsCount() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsCount() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsCount() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsList() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsList() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilder(int) - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilderList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilderList() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilderList() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- getArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- getArraySplitSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- getAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- getAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Stores an assignment of the problem variables.
- getAssignment() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Stores an assignment of the problem variables.
- getAssignmentBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- getAssignmentCost(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getAssignmentOrBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- getAssignmentOrBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Stores an assignment of the problem variables.
- getAssignmentOrBuilder() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Stores an assignment of the problem variables.
- getAssumptions(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- getAssumptions(int) - Method in class com.google.ortools.sat.CpModelProto
-
A list of literals.
- getAssumptions(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
A list of literals.
- getAssumptionsCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- getAssumptionsCount() - Method in class com.google.ortools.sat.CpModelProto
-
A list of literals.
- getAssumptionsCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
A list of literals.
- getAssumptionsList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- getAssumptionsList() - Method in class com.google.ortools.sat.CpModelProto
-
A list of literals.
- getAssumptionsList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
A list of literals.
- getAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOneBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOneOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- getAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- getAutoDetectGreaterThanAtLeastOneOf() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- getAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomaton() - Method in class com.google.ortools.sat.ConstraintProto
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomaton() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomatonBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomatonOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomatonOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomatonOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePath() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePathBytes() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePathBytes() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePathBytes() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
optional string baseline_model_file_path = 1;
- getBaseNodeRestartPosition(int) - Method in class com.google.ortools.constraintsolver.PathOperator
-
Returns the index of the node to which the base node of index base_index
must be set to when it reaches the end of a path.
By default, it is set to the start of the current path.
When this method is called, one can only assume that base nodes with
indices < base_index have their final position.
- getBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of iterations between two basis refactorizations.
- getBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
Number of iterations between two basis refactorizations.
- getBasisRefactorizationPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Number of iterations between two basis refactorizations.
- getBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
This field is only filled for MIP problems.
- getBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
This field is only filled for MIP problems.
- getBestObjectiveBound() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
This field is only filled for MIP problems.
- getBestObjectiveBound() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the objective value.
- getBestObjectiveBound() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- getBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse
-
Only make sense for an optimization problem.
- getBestObjectiveBound() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Only make sense for an optimization problem.
- getBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- getBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- getBinaryMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- getBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- getBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- getBinarySearchNumConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- getBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- getBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- getBlockingRestartMultiplier() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- getBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- getBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- getBlockingRestartWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- getBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- getBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_and constraint forces all of the literals to be true.
- getBoolAnd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_and constraint forces all of the literals to be true.
- getBoolAndBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- getBoolAndOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- getBoolAndOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_and constraint forces all of the literals to be true.
- getBoolAndOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_and constraint forces all of the literals to be true.
- getBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- getBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- getBooleanEncodingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- getBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- getBoolOr() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_or constraint forces at least one literal to be true.
- getBoolOr() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_or constraint forces at least one literal to be true.
- getBoolOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- getBoolOrOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- getBoolOrOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_or constraint forces at least one literal to be true.
- getBoolOrOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_or constraint forces at least one literal to be true.
- getBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXor() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXor() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXorBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXorOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXorOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXorOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBound() - Method in class com.google.ortools.constraintsolver.BoundCost
-
- getBoundCost(int) - Method in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- getBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 branches = 2;
- getBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
int64 branches = 2;
- getBranches() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
int64 branches = 2;
- getBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional int32 branching_priority = 6 [default = 0];
- getBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
optional int32 branching_priority = 6 [default = 0];
- getBranchingPriority() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
optional int32 branching_priority = 6 [default = 0];
- getBreakIntervalsOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the break intervals set by SetBreakIntervalsOfVehicle().
- getBuilder() - Method in class com.google.ortools.sat.Constraint
-
Returns the constraint builder.
- getBuilder() - Method in class com.google.ortools.sat.CpModel
-
Returns the model builder.
- getBuilder() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the interval builder.
- getBuilder() - Method in class com.google.ortools.sat.IntVar
-
Returns the variable protobuf builder.
- getBytesUsed() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Memory usage of the solver.
- getBytesUsed() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Memory usage of the solver.
- getBytesUsed() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Memory usage of the solver.
- getCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
Type of the candidate point described by this ConvergenceInformation.
- getCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
Type of the candidate point described by this ConvergenceInformation.
- getCandidateType() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
Type of the candidate point described by this ConvergenceInformation.
- getCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Type of the point used to compute the InfeasibilityInformation.
- getCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
Type of the point used to compute the InfeasibilityInformation.
- getCandidateType() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
Type of the point used to compute the InfeasibilityInformation.
- getCapacity() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Capacity of the arc.
- getCapacity() - Method in class com.google.ortools.graph.FlowArcProto
-
Capacity of the arc.
- getCapacity() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
Capacity of the arc.
- getCapacity(int) - Method in class com.google.ortools.graph.MaxFlow
-
- getCapacity(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacity() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
int64 capacity = 5;
- getCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
int64 capacity = 5;
- getCapacity() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
int64 capacity = 5;
- getCapacityBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacityOrBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacityOrBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacityOrBuilder() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- getCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- getCatchSigintSignal() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- getChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- getChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- getChangeStatusToImprecise() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- getCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- getCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- getCheapestInsertionAddUnperformedEntries() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- getCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- getCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- getCheapestInsertionFarthestSeedsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- getCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- getCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- getCheapestInsertionFirstSolutionMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- getCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- getCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- getCheapestInsertionFirstSolutionNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- getCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- getCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- getCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- getCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- getCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- getCheapestInsertionLsOperatorMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- getCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- getCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- getCheapestInsertionLsOperatorNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- getCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the behavior of local search.
- getCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the behavior of local search.
- getCheckSolutionPeriod() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the behavior of local search.
- getChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- getChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- getChristofidesUseMinimumMatching() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- getCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuit() - Method in class com.google.ortools.sat.ConstraintProto
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuit() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuitBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuitOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuitOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuitOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Clause activity parameters (same effect as the one on the variables).
- getClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters
-
Clause activity parameters (same effect as the one on the variables).
- getClauseActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Clause activity parameters (same effect as the one on the variables).
- getClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- getClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- getClauseCleanupLbdBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- getClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- getClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- getClauseCleanupOrdering() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- getClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- getClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- getClauseCleanupPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- getClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- getClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- getClauseCleanupProtection() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- getClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- getClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- getClauseCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- getClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- getClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
-
During a cleanup, we will always keep that number of "deletable" clauses.
- getClauseCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- getCoefficient(MPVariable) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Gets the coefficient of a given variable on the constraint (which is 0 if
the variable does not appear in the constraint).
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
Must be finite.
- getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
Must be finite.
- getCoefficient(MPVariable) - Method in class com.google.ortools.linearsolver.MPObjective
-
Gets the coefficient of a given variable in the objective
It returns 0 if the variable does not appear in the objective).
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Must be finite.
- getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.modelbuilder.AffineExpression
-
- getCoefficient(int) - Method in class com.google.ortools.modelbuilder.ConstantExpression
-
- getCoefficient(int) - Method in interface com.google.ortools.modelbuilder.LinearExpr
-
Returns the ith coefficient.
- getCoefficient(int) - Method in class com.google.ortools.modelbuilder.WeightedSumExpression
-
- getCoefficient(int) - Method in class com.google.ortools.sat.AffineExpression
-
- getCoefficient(int) - Method in class com.google.ortools.sat.ConstantExpression
-
- getCoefficient(int) - Method in class com.google.ortools.sat.DoubleLinearExpr
-
Returns the ith coefficient.
- getCoefficient(int) - Method in interface com.google.ortools.sat.LinearExpr
-
Returns the ith coefficient.
- getCoefficient(int) - Method in class com.google.ortools.sat.WeightedSumExpression
-
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
Must be finite.
- getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Must be finite.
- getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
Must be finite.
- getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Must be finite.
- getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Must be finite.
- getCoefficients(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in class com.google.ortools.sat.LinearObjective
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in class com.google.ortools.sat.LinearObjective
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in class com.google.ortools.sat.LinearObjective
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
repeated int64 coefficients = 2;
- getCoeffs(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- getCoeffs(int) - Method in class com.google.ortools.sat.CpObjectiveProto
-
repeated int64 coeffs = 4;
- getCoeffs(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
repeated int64 coeffs = 4;
- getCoeffs(int) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- getCoeffs(int) - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated double coeffs = 2;
- getCoeffs(int) - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated double coeffs = 2;
- getCoeffs(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- getCoeffs(int) - Method in class com.google.ortools.sat.LinearConstraintProto
-
Same size as vars.
- getCoeffs(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
Same size as vars.
- getCoeffs(int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- getCoeffs(int) - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int64 coeffs = 2;
- getCoeffs(int) - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int64 coeffs = 2;
- getCoeffsCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- getCoeffsCount() - Method in class com.google.ortools.sat.CpObjectiveProto
-
repeated int64 coeffs = 4;
- getCoeffsCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
repeated int64 coeffs = 4;
- getCoeffsCount() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- getCoeffsCount() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated double coeffs = 2;
- getCoeffsCount() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated double coeffs = 2;
- getCoeffsCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- getCoeffsCount() - Method in class com.google.ortools.sat.LinearConstraintProto
-
Same size as vars.
- getCoeffsCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
Same size as vars.
- getCoeffsCount() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- getCoeffsCount() - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int64 coeffs = 2;
- getCoeffsCount() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int64 coeffs = 2;
- getCoeffsList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- getCoeffsList() - Method in class com.google.ortools.sat.CpObjectiveProto
-
repeated int64 coeffs = 4;
- getCoeffsList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
repeated int64 coeffs = 4;
- getCoeffsList() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- getCoeffsList() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated double coeffs = 2;
- getCoeffsList() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated double coeffs = 2;
- getCoeffsList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- getCoeffsList() - Method in class com.google.ortools.sat.LinearConstraintProto
-
Same size as vars.
- getCoeffsList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
Same size as vars.
- getCoeffsList() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- getCoeffsList() - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int64 coeffs = 2;
- getCoeffsList() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int64 coeffs = 2;
- getCombinedBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_avg = 11;
- getCombinedBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_bounds_avg = 11;
- getCombinedBoundsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_avg = 11;
- getCombinedBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_l2_norm = 24;
- getCombinedBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_bounds_l2_norm = 24;
- getCombinedBoundsL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_l2_norm = 24;
- getCombinedBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- getCombinedBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Statistics of the combined vector of the constraint lower and upper bounds.
- getCombinedBoundsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- getCombinedBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_min = 10;
- getCombinedBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_bounds_min = 10;
- getCombinedBoundsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_min = 10;
- getCombinedVariableBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_avg = 30;
- getCombinedVariableBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_variable_bounds_avg = 30;
- getCombinedVariableBoundsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_avg = 30;
- getCombinedVariableBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_l2_norm = 31;
- getCombinedVariableBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_variable_bounds_l2_norm = 31;
- getCombinedVariableBoundsL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_l2_norm = 31;
- getCombinedVariableBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the variable lower and upper bounds.
- getCombinedVariableBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Statistics of the combined vector of the variable lower and upper bounds.
- getCombinedVariableBoundsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Statistics of the combined vector of the variable lower and upper bounds.
- getCombinedVariableBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_min = 29;
- getCombinedVariableBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_variable_bounds_min = 29;
- getCombinedVariableBoundsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_min = 29;
- getCompressed_travel_value_lower_bound() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
The hard lower bound of the compressed travel value that will be
enforced by the scheduling module.
- getCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrail() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrailValue() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrailValue() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrailValue() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
This parameter indicates if the solver should compress the trail
during the search.
- getComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Compute estimated impact at each iteration when true; only once when false.
- getComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters
-
Compute estimated impact at each iteration when true; only once when false.
- getComputeEstimatedImpact() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Compute estimated impact at each iteration when true; only once when false.
- getConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional double constant = 2;
- getConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
optional double constant = 2;
- getConstant() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
optional double constant = 2;
- getConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- getConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
The constraint activated by the indicator variable.
- getConstraint() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
The constraint activated by the indicator variable.
- getConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraint(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- getConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintCase() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- getConstraintCase() - Method in class com.google.ortools.sat.ConstraintProto
-
- getConstraintCase() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
- getConstraintCoefficients(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraintCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraintList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintLowerBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getConstraintMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_avg = 8;
- getConstraintMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double constraint_matrix_abs_avg = 8;
- getConstraintMatrixAbsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_abs_avg = 8;
- getConstraintMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- getConstraintMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- getConstraintMatrixAbsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- getConstraintMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_min = 7;
- getConstraintMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double constraint_matrix_abs_min = 7;
- getConstraintMatrixAbsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_abs_min = 7;
- getConstraintMatrixColMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Minimum row and column infinity norms of the constraint matrix.
- getConstraintMatrixColMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Minimum row and column infinity norms of the constraint matrix.
- getConstraintMatrixColMinLInfNorm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Minimum row and column infinity norms of the constraint matrix.
- getConstraintMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_l2_norm = 25;
- getConstraintMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double constraint_matrix_l2_norm = 25;
- getConstraintMatrixL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_l2_norm = 25;
- getConstraintMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
The number of (finite) nonzero entries in the constraint matrix.
- getConstraintMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
The number of (finite) nonzero entries in the constraint matrix.
- getConstraintMatrixNumNonzeros() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
The number of (finite) nonzero entries in the constraint matrix.
- getConstraintMatrixRowMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- getConstraintMatrixRowMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- getConstraintMatrixRowMinLInfNorm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- getConstraintName(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- getConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
The constraint activated by the indicator variable.
- getConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
The constraint activated by the indicator variable.
- getConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraintOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraintOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Deprecated.
- getConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Deprecated.
- getConstraintOverrides() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Deprecated.
- getConstraintOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getConstraintOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getConstraintOverridesCount() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesMap() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrThrow(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraints(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraints(int) - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraints(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraints(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraints(int) - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraints(int) - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintsBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsBuilder(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsBuilderList() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsCount() - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsCount() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsCount() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraintsCount() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintsList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsList() - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsList() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsList() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraintsList() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintSolverStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Constraint solver statistics.
- getConstraintSolverStatistics() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Constraint solver statistics.
- getConstraintSolverStatisticsBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilder() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Constraint solver statistics.
- getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraintsOrBuilder(int) - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraintsOrBuilderList() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintUpperBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getConstraintVarIndices(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getContext() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- getContext() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Context within which the filter was called.
- getContext() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Context within which the filter was called.
- getContextBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- getContextBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Context within which the filter was called.
- getContextBytes() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Context within which the filter was called.
- getContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolver() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolverValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getConvergenceInformation(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformation(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformation(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationList() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilder(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilderList() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Temporary flag util the feature is more mature.
- getConvertIntervals() - Method in class com.google.ortools.sat.SatParameters
-
Temporary flag util the feature is more mature.
- getConvertIntervals() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Temporary flag util the feature is more mature.
- getCorrectedDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- getCorrectedDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- getCorrectedDualObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- getCost() - Method in class com.google.ortools.constraintsolver.BoundCost
-
- getCost(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getCostClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of different cost classes in the model.
- getCostClassIndexOfVehicle(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Get the cost class index of the given vehicle.
- getCostScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- getCostScaling() - Method in class com.google.ortools.glop.GlopParameters
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- getCostScaling() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- getCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- getCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- getCountAssumptionLevelsInLbd() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- getCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- getCoverOptimization() - Method in class com.google.ortools.sat.SatParameters
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- getCoverOptimization() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- getCp_model_dump_lns() - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump CP-SAT LNS models during solve.
When set to true, solve will dump all lns models proto in text format to
'FLAGS_cp_model_dump_prefix'lns_xxx.pbtxt.
- getCp_model_dump_models() - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump CP-SAT models during solve.
When set to true, SolveCpModel() will dump its model protos
(original model, presolved model, mapping model) in text format to
'FLAGS_cp_model_dump_prefix'{model|presolved_model|mapping_model}.pbtxt.
- getCp_model_dump_prefix() - Method in class com.google.ortools.init.CppFlags
-
Prefix filename for all dumped files (models, solutions, lns sub-models).
- getCp_model_dump_response() - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump the CP-SAT final response found during solve.
If true, the final response of each solve will be dumped to
'FLAGS_cp_model_dump_prefix'response.pbtxt.
- getCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we presolve the cp_model before solving it.
- getCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Whether we presolve the cp_model before solving it.
- getCpModelPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we presolve the cp_model before solving it.
- getCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much effort do we spend on probing.
- getCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much effort do we spend on probing.
- getCpModelProbingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much effort do we spend on probing.
- getCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- getCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Whether we also use the sat presolve when cp_model_presolve is true.
- getCpModelUseSatPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- getCPtr(KnapsackSolver) - Static method in class com.google.ortools.algorithms.KnapsackSolver
-
- getCPtr(Assignment) - Static method in class com.google.ortools.constraintsolver.Assignment
-
- getCPtr(AssignmentElement) - Static method in class com.google.ortools.constraintsolver.AssignmentElement
-
- getCPtr(AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- getCPtr(AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- getCPtr(AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- getCPtr(BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.BaseIntExpr
-
- getCPtr(BaseLns) - Static method in class com.google.ortools.constraintsolver.BaseLns
-
- getCPtr(BaseObject) - Static method in class com.google.ortools.constraintsolver.BaseObject
-
- getCPtr(BooleanVar) - Static method in class com.google.ortools.constraintsolver.BooleanVar
-
- getCPtr(BoundCost) - Static method in class com.google.ortools.constraintsolver.BoundCost
-
- getCPtr(CastConstraint) - Static method in class com.google.ortools.constraintsolver.CastConstraint
-
- getCPtr(ChangeValue) - Static method in class com.google.ortools.constraintsolver.ChangeValue
-
- getCPtr(Constraint) - Static method in class com.google.ortools.constraintsolver.Constraint
-
- getCPtr(Decision) - Static method in class com.google.ortools.constraintsolver.Decision
-
- getCPtr(DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- getCPtr(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- getCPtr(DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- getCPtr(Demon) - Static method in class com.google.ortools.constraintsolver.Demon
-
- getCPtr(DisjunctiveConstraint) - Static method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
-
- getCPtr(GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
-
- getCPtr(ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
-
- getCPtr(IntBoolPair) - Static method in class com.google.ortools.constraintsolver.IntBoolPair
-
- getCPtr(IntervalVar) - Static method in class com.google.ortools.constraintsolver.IntervalVar
-
- getCPtr(IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- getCPtr(IntExpr) - Static method in class com.google.ortools.constraintsolver.IntExpr
-
- getCPtr(IntTupleSet) - Static method in class com.google.ortools.constraintsolver.IntTupleSet
-
- getCPtr(IntVar) - Static method in class com.google.ortools.constraintsolver.IntVar
-
- getCPtr(IntVarElement) - Static method in class com.google.ortools.constraintsolver.IntVarElement
-
- getCPtr(IntVarIterator) - Static method in class com.google.ortools.constraintsolver.IntVarIterator
-
- getCPtr(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- getCPtr(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- getCPtr(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- getCPtr(LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- getCPtr(LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- getCPtr(LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.LocalSearchMonitor
-
- getCPtr(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- getCPtr(LocalSearchOperatorState) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- getCPtr(LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
-
- getCPtr(ModelCache) - Static method in class com.google.ortools.constraintsolver.ModelCache
-
- getCPtr(ModelVisitor) - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getCPtr(ObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.ObjectiveMonitor
-
- getCPtr(OptimizeVar) - Static method in class com.google.ortools.constraintsolver.OptimizeVar
-
- getCPtr(Pack) - Static method in class com.google.ortools.constraintsolver.Pack
-
- getCPtr(PathOperator) - Static method in class com.google.ortools.constraintsolver.PathOperator
-
- getCPtr(PathsMetadata) - Static method in class com.google.ortools.constraintsolver.PathsMetadata
-
- getCPtr(PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
- getCPtr(PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- getCPtr(RegularLimit) - Static method in class com.google.ortools.constraintsolver.RegularLimit
-
- getCPtr(RevBool) - Static method in class com.google.ortools.constraintsolver.RevBool
-
- getCPtr(RevInteger) - Static method in class com.google.ortools.constraintsolver.RevInteger
-
- getCPtr(RevLong) - Static method in class com.google.ortools.constraintsolver.RevLong
-
- getCPtr(RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.RevPartialSequence
-
- getCPtr(RoutingDimension) - Static method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getCPtr(RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getCPtr(RoutingModel) - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
- getCPtr(RoutingModel.NodeNeighborsByCostClass) - Static method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
- getCPtr(RoutingModel.ResourceGroup.Attributes) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
-
- getCPtr(RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- getCPtr(RoutingModel.ResourceGroup.Resource) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
-
- getCPtr(RoutingModel.RouteDimensionTravelInfo) - Static method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo
-
- getCPtr(RoutingModel.RouteDimensionTravelInfo.TransitionInfo) - Static method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
- getCPtr(RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation) - Static method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation
-
- getCPtr(RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- getCPtr(RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- getCPtr(RoutingModelVisitor) - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
- getCPtr(SearchLimit) - Static method in class com.google.ortools.constraintsolver.SearchLimit
-
- getCPtr(SearchLog) - Static method in class com.google.ortools.constraintsolver.SearchLog
-
- getCPtr(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.SearchMonitor
-
- getCPtr(SequenceVar) - Static method in class com.google.ortools.constraintsolver.SequenceVar
-
- getCPtr(SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- getCPtr(SimpleBoundCosts) - Static method in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- getCPtr(SolutionCollector) - Static method in class com.google.ortools.constraintsolver.SolutionCollector
-
- getCPtr(SolutionPool) - Static method in class com.google.ortools.constraintsolver.SolutionPool
-
- getCPtr(Solver) - Static method in class com.google.ortools.constraintsolver.Solver
-
- getCPtr(Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- getCPtr(SWIGTYPE_p_absl__Duration) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
-
- getCPtr(SWIGTYPE_p_absl__flat_hash_setT_int_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
-
- getCPtr(SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t
-
- getCPtr(SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t
-
- getCPtr(SWIGTYPE_p_double) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_double
-
- getCPtr(SWIGTYPE_p_long) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_long
-
- getCPtr(SWIGTYPE_p_operations_research__AssignmentProto) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__AssignmentProto
-
- getCPtr(SWIGTYPE_p_operations_research__ConstraintSolverParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__ConstraintSolverParameters
-
- getCPtr(SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer
-
- getCPtr(SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer
-
- getCPtr(SWIGTYPE_p_operations_research__PathOperator__IterationParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__PathOperator__IterationParameters
-
- getCPtr(SWIGTYPE_p_operations_research__RoutingSearchParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__RoutingSearchParameters
-
- getCPtr(SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_bool_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t
-
- getCPtr(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- getCPtr(TypeIncompatibilityChecker) - Static method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
-
- getCPtr(TypeRegulationsChecker) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
-
- getCPtr(TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
-
- getCPtr(TypeRequirementChecker) - Static method in class com.google.ortools.constraintsolver.TypeRequirementChecker
-
- getCPtr(LinearSumAssignment) - Static method in class com.google.ortools.graph.LinearSumAssignment
-
- getCPtr(MaxFlow) - Static method in class com.google.ortools.graph.MaxFlow
-
- getCPtr(MinCostFlow) - Static method in class com.google.ortools.graph.MinCostFlow
-
- getCPtr(MinCostFlowBase) - Static method in class com.google.ortools.graph.MinCostFlowBase
-
- getCPtr(CppBridge) - Static method in class com.google.ortools.init.CppBridge
-
- getCPtr(CppFlags) - Static method in class com.google.ortools.init.CppFlags
-
- getCPtr(OrToolsVersion) - Static method in class com.google.ortools.init.OrToolsVersion
-
- getCPtr(MPConstraint) - Static method in class com.google.ortools.linearsolver.MPConstraint
-
- getCPtr(MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.MPModelExportOptions
-
- getCPtr(MPObjective) - Static method in class com.google.ortools.linearsolver.MPObjective
-
- getCPtr(MPSolver) - Static method in class com.google.ortools.linearsolver.MPSolver
-
- getCPtr(MPSolverParameters) - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getCPtr(MPVariable) - Static method in class com.google.ortools.linearsolver.MPVariable
-
- getCPtr(ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getCPtr(ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getCPtr(CpSatHelper) - Static method in class com.google.ortools.sat.CpSatHelper
-
- getCPtr(SolutionCallback) - Static method in class com.google.ortools.sat.SolutionCallback
-
- getCPtr(SolveWrapper) - Static method in class com.google.ortools.sat.SolveWrapper
-
- getCPtr(Domain) - Static method in class com.google.ortools.util.Domain
-
- getCPtr(SortedDisjointIntervalList) - Static method in class com.google.ortools.util.SortedDisjointIntervalList
-
- getCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- getCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- getCrossoverBoundSnappingDistance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- getCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool cumulative = 6;
- getCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
bool cumulative = 6;
- getCumulative() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
bool cumulative = 6;
- getCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulative() - Method in class com.google.ortools.sat.ConstraintProto
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulative() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeKktMatrixPasses() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- getCumulativeKktMatrixPasses() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- getCumulativeKktMatrixPasses() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- getCumulativeOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeRejectedSteps() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- getCumulativeRejectedSteps() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- getCumulativeRejectedSteps() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- getCumulativeTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- getCumulativeTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- getCumulativeTimeSec() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- getCumulVarSoftLowerBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the soft lower bound of a cumul variable for a given variable
index.
- getCumulVarSoftLowerBoundCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the cost coefficient of the soft lower bound of a cumul variable
for a given variable index.
- getCumulVarSoftUpperBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the soft upper bound of a cumul variable for a given variable
index.
- getCumulVarSoftUpperBoundCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the cost coefficient of the soft upper bound of a cumul variable
for a given variable index.
- getCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- getCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters
-
optional double cut_active_count_decay = 156 [default = 0.8];
- getCutActiveCountDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- getCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Target number of constraints to remove during cleanup.
- getCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
-
Target number of constraints to remove during cleanup.
- getCutCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Target number of constraints to remove during cleanup.
- getCutLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Control the global cut effort.
- getCutLevel() - Method in class com.google.ortools.sat.SatParameters
-
Control the global cut effort.
- getCutLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Control the global cut effort.
- getCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
These parameters are similar to sat clause management activity parameters.
- getCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters
-
These parameters are similar to sat clause management activity parameters.
- getCutMaxActiveCountValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
These parameters are similar to sat clause management activity parameters.
- getCycleSizes(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- getCycleSizes(int) - Method in class com.google.ortools.sat.SparsePermutationProto
-
repeated int32 cycle_sizes = 2;
- getCycleSizes(int) - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
repeated int32 cycle_sizes = 2;
- getCycleSizesCount() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- getCycleSizesCount() - Method in class com.google.ortools.sat.SparsePermutationProto
-
repeated int32 cycle_sizes = 2;
- getCycleSizesCount() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
repeated int32 cycle_sizes = 2;
- getCycleSizesList() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- getCycleSizesList() - Method in class com.google.ortools.sat.SparsePermutationProto
-
repeated int32 cycle_sizes = 2;
- getCycleSizesList() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
repeated int32 cycle_sizes = 2;
- getDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if we do not manage to complete the hint into a full solution.
- getDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters
-
Crash if we do not manage to complete the hint into a full solution.
- getDebugCrashOnBadHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Crash if we do not manage to complete the hint into a full solution.
- getDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, try to stop just after that many presolve rules have been
applied.
- getDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters
-
If positive, try to stop just after that many presolve rules have been
applied.
- getDebugMaxNumPresolveOperations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If positive, try to stop just after that many presolve rules have been
applied.
- getDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We have two different postsolve code.
- getDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters
-
We have two different postsolve code.
- getDebugPostsolveWithFullSolver() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We have two different postsolve code.
- getDecisionBuilder() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
When defined, this overrides the default impact based decision builder.
- getDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
HACK.
- getDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters
-
HACK.
- getDecomposedProblemMinTimeInSeconds() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
HACK.
- getDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- getDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- getDecomposerNumVariablesThreshold() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- getDefaultInstance() - Static method in class com.google.ortools.bop.BopOptimizerMethod
-
- getDefaultInstance() - Static method in class com.google.ortools.bop.BopParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.glop.GlopParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.graph.FlowArcProto
-
- getDefaultInstance() - Static method in class com.google.ortools.graph.FlowModelProto
-
- getDefaultInstance() - Static method in class com.google.ortools.graph.FlowNodeProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelRequest
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolution
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPVariableProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.OptionalDouble
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.BoolArgumentProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.BooleanAssignment
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CircuitConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.ConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CpModelProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CpObjectiveProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CpSolverResponse
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CpSolverSolution
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.DecisionStrategyProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.DenseMatrixProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.ElementConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.FloatObjectiveProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.IntegerVariableProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.IntervalConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.InverseConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearArgumentProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearBooleanProblem
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearExpressionProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearObjective
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.ListOfVariablesProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.PartialVariableAssignment
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.RoutesConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.SatParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.SparsePermutationProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.SymmetryProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.TableConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getDefaultInstance() - Static method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
- getDefaultInstance() - Static method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- getDefaultInstance() - Static method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
- getDefaultInstance() - Static method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- getDefaultInstance() - Static method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
- getDefaultInstance() - Static method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- getDefaultInstance() - Static method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- getDefaultInstance() - Static method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
- getDefaultInstance() - Static method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
- getDefaultInstance() - Static method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
- getDefaultInstance() - Static method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
- getDefaultInstance() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
- getDefaultInstance() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- getDefaultInstance() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.glop.GlopParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowArcProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowModelProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowNodeProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolution
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.BoolArgumentProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.BooleanAssignment
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpModelProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpObjectiveProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverResponse
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverSolution
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DenseMatrixProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ElementConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntegerVariableProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.InverseConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearArgumentProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearExpressionProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearObjective
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SatParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SatParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SparsePermutationProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SymmetryProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.TableConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- getDefaultInstanceForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
- getDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithms() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithmsBytes() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithmsBytes() - Method in class com.google.ortools.sat.SatParameters
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithmsBytes() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSets() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSetsBytes() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSetsBytes() - Method in class com.google.ortools.bop.BopParameters
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSetsBytes() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- getDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- getDegenerateMinistepFactor() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- getDemands(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemands(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemands(int) - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDemands(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- getDemands(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
-
EXPERIMENTAL.
- getDemands(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
EXPERIMENTAL.
- getDemandsBuilder(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsBuilderList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemandsCount() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDemandsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- getDemandsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
EXPERIMENTAL.
- getDemandsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
EXPERIMENTAL.
- getDemandsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemandsList() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDemandsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- getDemandsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
EXPERIMENTAL.
- getDemandsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
EXPERIMENTAL.
- getDemandsOrBuilder(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsOrBuilder(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemandsOrBuilder(int) - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDemandsOrBuilderList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsOrBuilderList() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemandsOrBuilderList() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDepot() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the variable index of the first starting or ending node of all
routes.
- getDescriptor() - Static method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopOptimizerMethod
-
- getDescriptor() - Static method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopParameters
-
- getDescriptor() - Static method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopParametersOuterClass
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingEnums
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchLimitProtobuf
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchStats
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SolverParameters
-
- getDescriptor() - Static method in class com.google.ortools.glop.GlopParameters.Builder
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
- getDescriptor() - Static method in class com.google.ortools.glop.GlopParameters
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.PricingRule
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
-
- getDescriptor() - Static method in class com.google.ortools.glop.Parameters
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowArcProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowArcProto
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowModelProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowModelProto
-
- getDescriptor() - Static method in enum com.google.ortools.graph.FlowModelProto.ProblemType
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowNodeProto
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowProblem
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.LinearSolver
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelRequest
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolution
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPVariableProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.OptionalDouble
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getDescriptor() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.BoolArgumentProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.BooleanAssignment
-
- getDescriptor() - Static method in class com.google.ortools.sat.BooleanProblem
-
- getDescriptor() - Static method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CircuitConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.ConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.ConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpModelProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpModelProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpModelProtobuf
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpObjectiveProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpSolverResponse
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpSolverSolution
-
- getDescriptor() - Static method in enum com.google.ortools.sat.CpSolverStatus
-
- getDescriptor() - Static method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
- getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- getDescriptor() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
- getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto
-
- getDescriptor() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
- getDescriptor() - Static method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.DenseMatrixProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.ElementConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.FloatObjectiveProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.IntegerVariableProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.IntervalConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.InverseConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearArgumentProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearBooleanProblem
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearExpressionProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearObjective.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearObjective
-
- getDescriptor() - Static method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.ListOfVariablesProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.PartialVariableAssignment
-
- getDescriptor() - Static method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.RoutesConstraintProto
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
-
- getDescriptor() - Static method in class com.google.ortools.sat.SatParameters.Builder
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
-
- getDescriptor() - Static method in class com.google.ortools.sat.SatParameters
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.Polarity
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
-
- getDescriptor() - Static method in class com.google.ortools.sat.SatParametersOuterClass
-
- getDescriptor() - Static method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.SparsePermutationProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.SymmetryProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.SymmetryProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.TableConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.v1.CpModelServiceProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getDescriptor() - Static method in enum com.google.ortools.util.OptionalBoolean
-
- getDescriptor() - Static method in class com.google.ortools.util.OptionalBooleanOuterClass
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
- getDescriptor() - Static method in enum operations_research.pdlp.SolveLogOuterClass.PointType
-
- getDescriptor() - Static method in enum operations_research.pdlp.SolveLogOuterClass.PolishingPhaseType
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- getDescriptor() - Static method in enum operations_research.pdlp.SolveLogOuterClass.RestartChoice
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- getDescriptor() - Static method in enum operations_research.pdlp.SolveLogOuterClass.TerminationReason
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
- getDescriptor() - Static method in enum operations_research.pdlp.Solvers.OptimalityNorm
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
- getDescriptor() - Static method in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.LinesearchRule
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
- getDescriptor() - Static method in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.RestartStrategy
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- getDescriptor() - Static method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
- getDescriptorForType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
- getDescriptorForType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
- getDescriptorForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.PricingRule
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
-
- getDescriptorForType() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.graph.FlowModelProto.ProblemType
-
- getDescriptorForType() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.CpSolverStatus
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
- getDescriptorForType() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
-
- getDescriptorForType() - Method in class com.google.ortools.sat.SatParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.Polarity
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.util.OptionalBoolean
-
- getDescriptorForType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- getDescriptorForType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- getDescriptorForType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- getDescriptorForType() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- getDescriptorForType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- getDescriptorForType() - Method in enum operations_research.pdlp.SolveLogOuterClass.PointType
-
- getDescriptorForType() - Method in enum operations_research.pdlp.SolveLogOuterClass.PolishingPhaseType
-
- getDescriptorForType() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- getDescriptorForType() - Method in enum operations_research.pdlp.SolveLogOuterClass.RestartChoice
-
- getDescriptorForType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- getDescriptorForType() - Method in enum operations_research.pdlp.SolveLogOuterClass.TerminationReason
-
- getDescriptorForType() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- getDescriptorForType() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- getDescriptorForType() - Method in enum operations_research.pdlp.Solvers.OptimalityNorm
-
- getDescriptorForType() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- getDescriptorForType() - Method in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.LinesearchRule
-
- getDescriptorForType() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- getDescriptorForType() - Method in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.RestartStrategy
-
- getDescriptorForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- getDescriptorForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- getDescriptorForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- getDetailedOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteria() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteriaBuilder() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteriaOrBuilder() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteriaOrBuilder() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteriaOrBuilder() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- getDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- getDetectTableWithCost() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- getDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double deterministic_time = 17;
- getDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse
-
double deterministic_time = 17;
- getDeterministicTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
double deterministic_time = 17;
- getDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Devex weights will be reset to 1.0 after that number of updates.
- getDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
Devex weights will be reset to 1.0 after that number of updates.
- getDevexWeightsResetPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Devex weights will be reset to 1.0 after that number of updates.
- getDiagonalQpTrustRegionSolverTolerance() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- getDiagonalQpTrustRegionSolverTolerance() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- getDiagonalQpTrustRegionSolverTolerance() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- getDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the diffn constraint.
- getDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the propagation of the diffn constraint.
- getDiffnUseCumulative() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the propagation of the diffn constraint.
- GetDimensionAttributes(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
-
- getDimensionOrDie(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns a dimension from its name.
- GetDimensionResourceGroupIndex(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the index of the resource group attached to the dimension.
DCHECKS that there's exactly one resource group for this dimension.
- GetDimensionResourceGroupIndices(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the indices of resource groups for this dimension.
- GetDimensionsWithGlobalCumulOptimizers() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the dimensions which have [global|local]_dimension_optimizers_.
- GetDimensionsWithLocalCumulOptimizers() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, it disable all constraint expansion.
- getDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters
-
If true, it disable all constraint expansion.
- getDisableConstraintExpansion() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, it disable all constraint expansion.
- getDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- getDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- getDisableSchedulingBewareThisMayDegradePerformance() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- getDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool disable_solve = 15;
- getDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool disable_solve = 15;
- getDisableSolve() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool disable_solve = 15;
- getDisjunctionIndices(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the indices of the disjunctions to which an index belongs.
- getDisjunctionMaxCardinality(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the maximum number of possible active nodes of the node
disjunction of index 'index'.
- GetDisjunctionNodeIndices(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the variable indices of the nodes in the disjunction of index
'index'.
- getDisjunctionPenalty(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the penalty of the node disjunction of index 'index'.
- getDisplayLevel() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This represents the amount of information displayed by the default search.
NONE means no display, VERBOSE means extra information.
- getDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, registers more lns subsolvers with different parameters.
- getDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters
-
If true, registers more lns subsolvers with different parameters.
- getDiversifyLnsParams() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, registers more lns subsolvers with different parameters.
- getDomain(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- getDomain(int) - Method in class com.google.ortools.sat.CpObjectiveProto
-
If non-empty, only look for an objective value in the given domain.
- getDomain(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
If non-empty, only look for an objective value in the given domain.
- getDomain(int) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomain(int) - Method in class com.google.ortools.sat.IntegerVariableProto
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomain(int) - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomain() - Method in class com.google.ortools.sat.IntVar
-
Returns the domain of the variable.
- getDomain(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- getDomain(int) - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int64 domain = 3;
- getDomain(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int64 domain = 3;
- getDomainCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- getDomainCount() - Method in class com.google.ortools.sat.CpObjectiveProto
-
If non-empty, only look for an objective value in the given domain.
- getDomainCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
If non-empty, only look for an objective value in the given domain.
- getDomainCount() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainCount() - Method in class com.google.ortools.sat.IntegerVariableProto
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainCount() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- getDomainCount() - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int64 domain = 3;
- getDomainCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int64 domain = 3;
- getDomainList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- getDomainList() - Method in class com.google.ortools.sat.CpObjectiveProto
-
If non-empty, only look for an objective value in the given domain.
- getDomainList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
If non-empty, only look for an objective value in the given domain.
- getDomainList() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainList() - Method in class com.google.ortools.sat.IntegerVariableProto
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainList() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- getDomainList() - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int64 domain = 3;
- getDomainList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int64 domain = 3;
- getDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategy() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategyValue() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDoubleParam(MPSolverParameters.DoubleParam) - Method in class com.google.ortools.linearsolver.MPSolverParameters
-
Returns the value of a double parameter.
- getDropTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- getDropTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- getDropTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- getDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- getDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- getDualFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- getDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- getDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- getDualizerThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- getDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The dual objective.
- getDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The dual objective.
- getDualObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The dual objective.
- getDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- getDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- getDualPricePrioritizeNorm() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- getDualRayObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The objective of the linear program labeled (1) in the previous paragraph.
- getDualRayObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
The objective of the linear program labeled (1) in the previous paragraph.
- getDualRayObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
The objective of the linear program labeled (1) in the previous paragraph.
- getDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Like small_pivot_threshold but for the dual simplex.
- getDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Like small_pivot_threshold but for the dual simplex.
- getDualSmallPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Like small_pivot_threshold but for the dual simplex.
- getDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- getDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for dual feasibility.
- getDualTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for dual feasibility.
- getDualToleranceBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- getDualToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- getDualToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for dual feasibility.
- getDualToleranceOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for dual feasibility.
- getDualValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDualValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDualValue(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDualValue(LinearConstraint) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the dual value of the given
constraint.
- getDualValue(int) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getDualValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDualValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDualValueCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDualValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDualValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDualValueList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- getDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraint() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraintBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraintOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraintOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraintOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Total time spent in the solver.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Total time spent in the solver.
- getDurationSeconds() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Total time spent in the solver.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Time spent in the decision builder.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
Time spent in the decision builder.
- getDurationSeconds() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
-
Time spent in the decision builder.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Time spent in the filter.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Time spent in the filter.
- getDurationSeconds() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Time spent in the filter.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in the operator.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Time spent in the operator.
- getDurationSeconds() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Time spent in the operator.
- getDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- getDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- getDynamicallyAdjustRefactorizationPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- getElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElement() - Method in class com.google.ortools.sat.ConstraintProto
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElement() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElementBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElementOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElementOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElementOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- getEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- getEnableInternalSolverOutput() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- getEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- getEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- getEncodeComplexLinearConstraintWithInteger() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- getEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEnd() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEndBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEndExpr() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the end expression.
- getEndIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getEndOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEndOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEndOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEnforcementLiteral(int) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteral(int) - Method in class com.google.ortools.sat.ConstraintProto
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteral(int) - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralCount() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralCount() - Method in class com.google.ortools.sat.ConstraintProto
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralCount() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralList() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralList() - Method in class com.google.ortools.sat.ConstraintProto
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralList() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The constraint will be enforced iff all literals listed here are true.
- getEntries(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- getEntries(int) - Method in class com.google.ortools.sat.DenseMatrixProto
-
repeated int32 entries = 3;
- getEntries(int) - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
repeated int32 entries = 3;
- getEntriesCount() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- getEntriesCount() - Method in class com.google.ortools.sat.DenseMatrixProto
-
repeated int32 entries = 3;
- getEntriesCount() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
repeated int32 entries = 3;
- getEntriesList() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- getEntriesList() - Method in class com.google.ortools.sat.DenseMatrixProto
-
repeated int32 entries = 3;
- getEntriesList() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
repeated int32 entries = 3;
- getEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we enumerate all solutions of a problem without objective.
- getEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters
-
Whether we enumerate all solutions of a problem without objective.
- getEnumerateAllSolutions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we enumerate all solutions of a problem without objective.
- getEpsDualInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility.
- getEpsDualInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility.
- getEpsDualInfeasible() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility.
- getEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- getEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- getEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
- getEpsOptimalDualResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the dual residual.
- getEpsOptimalDualResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the dual residual.
- getEpsOptimalDualResidualAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the dual residual.
- getEpsOptimalDualResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the dual residual.
- getEpsOptimalDualResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the dual residual.
- getEpsOptimalDualResidualRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the dual residual.
- getEpsOptimalObjectiveGapAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the objective gap.
- getEpsOptimalObjectiveGapAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the objective gap.
- getEpsOptimalObjectiveGapAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the objective gap.
- getEpsOptimalObjectiveGapRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the objective gap.
- getEpsOptimalObjectiveGapRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the objective gap.
- getEpsOptimalObjectiveGapRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the objective gap.
- getEpsOptimalPrimalResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual.
- getEpsOptimalPrimalResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the primal residual.
- getEpsOptimalPrimalResidualAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the primal residual.
- getEpsOptimalPrimalResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the primal residual.
- getEpsOptimalPrimalResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the primal residual.
- getEpsOptimalPrimalResidualRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the primal residual.
- getEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- getEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- getEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
- getEpsPrimalInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility.
- getEpsPrimalInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility.
- getEpsPrimalInfeasible() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility.
- getEventType() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- getExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOneBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOneOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand all_different constraints that are not permutations.
- getExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters
-
If true, expand all_different constraints that are not permutations.
- getExpandAlldiffConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, expand all_different constraints that are not permutations.
- getExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- getExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- getExpandReservoirConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- getExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- getExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- getExploitAllLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- getExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool exploit_all_precedences = 220 [default = false];
- getExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters
-
optional bool exploit_all_precedences = 220 [default = false];
- getExploitAllPrecedences() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool exploit_all_precedences = 220 [default = false];
- getExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best solution value.
- getExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters
-
When branching on a variable, follow the last best solution value.
- getExploitBestSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching on a variable, follow the last best solution value.
- getExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- getExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- getExploitIntegerLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- getExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- getExploitObjective() - Method in class com.google.ortools.sat.SatParameters
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- getExploitObjective() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- getExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best relaxation solution
value.
- getExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters
-
When branching on a variable, follow the last best relaxation solution
value.
- getExploitRelaxationSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching on a variable, follow the last best relaxation solution
value.
- getExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- getExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- getExploitSingletonColumnInInitialBasis() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- getExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- getExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- getExploitSymmetryInSatFirstSolution() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- getExpression() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- getExprs(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprs(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprs(int) - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprs(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprs(int) - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprs(int) - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsBuilder(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsBuilderList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsCount() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsCount() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsCount() - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsCount() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsCount() - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsCount() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsList() - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsList() - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsList() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilderList() - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilderList() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExtraSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- getExtraSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters
-
A convenient way to add more workers types.
- getExtraSubsolvers(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A convenient way to add more workers types.
- getExtraSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- getExtraSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters
-
A convenient way to add more workers types.
- getExtraSubsolversBytes(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A convenient way to add more workers types.
- getExtraSubsolversCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- getExtraSubsolversCount() - Method in class com.google.ortools.sat.SatParameters
-
A convenient way to add more workers types.
- getExtraSubsolversCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A convenient way to add more workers types.
- getExtraSubsolversList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- getExtraSubsolversList() - Method in class com.google.ortools.sat.SatParameters
-
A convenient way to add more workers types.
- getExtraSubsolversList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A convenient way to add more workers types.
- getFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 failures = 3;
- getFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
int64 failures = 3;
- getFailures() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
int64 failures = 3;
- getFallbackToCpSatSizeThreshold() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- getFallbackToCpSatSizeThreshold() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- getFallbackToCpSatSizeThreshold() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- getFDirect(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- getFDirect(int) - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_direct = 1;
- getFDirect(int) - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_direct = 1;
- getFDirectCount() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- getFDirectCount() - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_direct = 1;
- getFDirectCount() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_direct = 1;
- getFDirectList() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- getFDirectList() - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_direct = 1;
- getFDirectList() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_direct = 1;
- getFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The following feasibility_jump parameters are meant to be used by the
solver on the different workers that use feasibility_jump.
- getFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters
-
The following feasibility_jump parameters are meant to be used by the
solver on the different workers that use feasibility_jump.
- getFeasibilityJumpDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The following feasibility_jump parameters are meant to be used by the
solver on the different workers that use feasibility_jump.
- getFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- getFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- getFeasibilityJumpEnableRestarts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- getFeasibilityJumpMaxNumValuesScanned() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of values scanned when scanning the domain of a variable.
- getFeasibilityJumpMaxNumValuesScanned() - Method in class com.google.ortools.sat.SatParameters
-
Max number of values scanned when scanning the domain of a variable.
- getFeasibilityJumpMaxNumValuesScanned() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max number of values scanned when scanning the domain of a variable.
- getFeasibilityJumpProtectLinearFeasibility() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Feasibility jump focuses on the linear model, then switches to the full
model when a linear feasible assignment is found.
- getFeasibilityJumpProtectLinearFeasibility() - Method in class com.google.ortools.sat.SatParameters
-
Feasibility jump focuses on the linear model, then switches to the full
model when a linear feasible assignment is found.
- getFeasibilityJumpProtectLinearFeasibility() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Feasibility jump focuses on the linear model, then switches to the full
model when a linear feasible assignment is found.
- getFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- getFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- getFeasibilityJumpVarPerburbationRangeRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- getFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- getFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- getFeasibilityJumpVarRandomizationProbability() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- getFeasibilityPolishingDetails(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetails(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetails(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsList() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilder(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilderList() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the feasibility phase.
- getFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters
-
PricingRule to use during the feasibility phase.
- getFeasibilityRule() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
PricingRule to use during the feasibility phase.
- getFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- getFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- getFillAdditionalSolutionsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- getFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- getFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- getFillTightenedDomainsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- getFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- getFinalStates(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- getFinalStates(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 final_states = 3;
- getFinalStates(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 final_states = 3;
- getFinalStatesCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- getFinalStatesCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 final_states = 3;
- getFinalStatesCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 final_states = 3;
- getFinalStatesList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- getFinalStatesList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 final_states = 3;
- getFinalStatesList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 final_states = 3;
- getFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- getFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- getFindBigLinearOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- getFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- getFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- getFindMultipleCores() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- getFInverse(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- getFInverse(int) - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_inverse = 2;
- getFInverse(int) - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_inverse = 2;
- getFInverseCount() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- getFInverseCount() - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_inverse = 2;
- getFInverseCount() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_inverse = 2;
- getFInverseList() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- getFInverseList() - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_inverse = 2;
- getFInverseList() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_inverse = 2;
- getFirst() - Method in class com.google.ortools.constraintsolver.IntBoolPair
-
- getFirstSolutionStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatistics(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsCount() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilderList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategyValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
First solution strategies, used as starting point of local search.
- getFixed_cost() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- getFixedCostOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the route fixed cost taken into account if the route of the
vehicle is not empty, aka there's at least one node on the route other
than the first and last nodes.
- getFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- getFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- getFixVariablesToTheirHintedValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- getFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- getFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto
-
Advanced usage.
- getFloatingPointObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Advanced usage.
- getFloatingPointObjectiveBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- getFloatingPointObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- getFloatingPointObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
-
Advanced usage.
- getFloatingPointObjectiveOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Advanced usage.
- getFlow(int) - Method in class com.google.ortools.graph.MaxFlow
-
- getFlow(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- getFpRounding() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- getFpRounding() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- getGapIntegral() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The integral of log(1 + absolute_objective_gap) over time.
- getGapIntegral() - Method in class com.google.ortools.sat.CpSolverResponse
-
The integral of log(1 + absolute_objective_gap) over time.
- getGapIntegral() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The integral of log(1 + absolute_objective_gap) over time.
- getGeneralConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraint(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- getGeneralConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintCase() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- getGeneralConstraintCase() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getGeneralConstraintCase() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
- getGeneralConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraintCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- getGeneralConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraintList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- GetGlobalOptimizerOffset() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getGlobalSpanCostCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getGlopParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- getGlopParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
Parameters to control glop's presolver.
- getGlopParameters() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
Parameters to control glop's presolver.
- getGlopParametersBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- getGlopParametersOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- getGlopParametersOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
Parameters to control glop's presolver.
- getGlopParametersOrBuilder() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
Parameters to control glop's presolver.
- getGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- getGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters
-
optional double glucose_decay_increment = 23 [default = 0.01];
- getGlucoseDecayIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- getGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- getGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- getGlucoseDecayIncrementPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- getGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- getGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- getGlucoseMaxDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- getGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
These are advanced settings which should not be modified unless you know
what you are doing.
- getGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
These are advanced settings which should not be modified unless you know
what you are doing.
- getGuidedLocalSearchLambdaCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
These are advanced settings which should not be modified unless you know
what you are doing.
- getGuidedLocalSearchResetPenaltiesOnNewBestSolution() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to reset penalties when a new best solution is found.
- getGuidedLocalSearchResetPenaltiesOnNewBestSolution() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Whether to reset penalties when a new best solution is found.
- getGuidedLocalSearchResetPenaltiesOnNewBestSolution() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Whether to reset penalties when a new best solution is found.
- getGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- getGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- getGuidedSatConflictsChunk() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- getHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
See https://developers.google.com/optimization/lp/pdlp_math for notation.
- getHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
See https://developers.google.com/optimization/lp/pdlp_math for notation.
- getHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
See https://developers.google.com/optimization/lp/pdlp_math for notation.
- getHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- getHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- getHarrisToleranceRatio() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- getHead() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
optional int64 head = 2;
- getHead() - Method in class com.google.ortools.graph.FlowArcProto
-
optional int64 head = 2;
- getHead() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
optional int64 head = 2;
- getHead(int) - Method in class com.google.ortools.graph.MaxFlow
-
- getHead(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getHeads(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- getHeads(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 heads = 4;
- getHeads(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 heads = 4;
- getHeads(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- getHeads(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 heads = 2;
- getHeads(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 heads = 2;
- getHeadsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- getHeadsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 heads = 4;
- getHeadsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 heads = 4;
- getHeadsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- getHeadsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 heads = 2;
- getHeadsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 heads = 2;
- getHeadsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- getHeadsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 heads = 4;
- getHeadsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 heads = 4;
- getHeadsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- getHeadsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 heads = 2;
- getHeadsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 heads = 2;
- getHelper() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the constraint builder.
- getHelper() - Method in class com.google.ortools.modelbuilder.ModelBuilder
-
Returns the model builder helper.
- getHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- getHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- getHeuristicCloseNodesLnsNumNodes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- getHeuristicNumFailuresLimit() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The failure limit for each heuristic that we run.
- getHeuristicPeriod() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The distance in nodes between each run of the heuristics.
- getHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Conflict limit used in the phase that exploit the solution hint.
- getHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters
-
Conflict limit used in the phase that exploit the solution hint.
- getHintConflictLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Conflict limit used in the phase that exploit the solution hint.
- getHomogeneousCost(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the cost of the segment between two nodes supposing all vehicle
costs are the same (returns the cost for the first vehicle otherwise).
- getId() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The ids must be non-negative (>= 0).
- getId() - Method in class com.google.ortools.graph.FlowNodeProto
-
The ids must be non-negative (>= 0).
- getId() - Method in interface com.google.ortools.graph.FlowNodeProtoOrBuilder
-
The ids must be non-negative (>= 0).
- getIgnoreNames() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we don't keep names in our internal copy of the user given model.
- getIgnoreNames() - Method in class com.google.ortools.sat.SatParameters
-
If true, we don't keep names in our internal copy of the user given model.
- getIgnoreNames() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we don't keep names in our internal copy of the user given model.
- getIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- getIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- getIgnoreSolverSpecificParametersFailure() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- getIgnoreSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolvers(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversBytes(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversCount() - Method in class com.google.ortools.sat.SatParameters
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversList() - Method in class com.google.ortools.sat.SatParameters
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getIgnoreSubsolversList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- getImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- getImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- getImprovementRateCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParametersOrBuilder
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- getImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- getImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- getImprovementRateSolutionsDistance() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParametersOrBuilder
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- getIndex() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the index of the constraint in the model.
- getIndex() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the index of the variable in the underlying ModelBuilderHelper.
- getIndex() - Method in class com.google.ortools.sat.Constraint
-
Returns the index of the constraint in the model.
- getIndex() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int32 index = 1;
- getIndex() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
int32 index = 1;
- getIndex() - Method in interface com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder
-
int32 index = 1;
- getIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
int32 index = 1;
- getIndex() - Method in class com.google.ortools.sat.ElementConstraintProto
-
int32 index = 1;
- getIndex() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
int32 index = 1;
- getIndex() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the index of the interval constraint in the model.
- getIndex() - Method in class com.google.ortools.sat.IntVar
-
Returns the index of the variable in the underlying CpModelProto.
- getIndex() - Method in interface com.google.ortools.sat.Literal
-
- getIndex() - Method in class com.google.ortools.sat.NotBoolVar
-
returns the index in the literal in the underlying CpModelProto.
- getIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getInfeasibilityInformation(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformation(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformation(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationList() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilder(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilderList() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Run a max-clique code amongst all the x != y we can find and try to infer
set of variables that are all different.
- getInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters
-
Run a max-clique code amongst all the x != y we can find and try to infer
set of variables that are all different.
- getInferAllDiffs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Run a max-clique code amongst all the x != y we can find and try to infer
set of variables that are all different.
- getInfiniteConstraintBoundThreshold() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- getInfiniteConstraintBoundThreshold() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- getInfiniteConstraintBoundThreshold() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- getInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- getInitialBasis() - Method in class com.google.ortools.glop.GlopParameters
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- getInitialBasis() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- getInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- getInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- getInitialConditionNumberThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- getInitializationSplits() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Maximum number of intervals that the initialization of impacts will scan
per variable.
- getInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- getInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- getInitializeDevexWithColumnNorms() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- getInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- getInitialPolarity() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- getInitialPolarity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- getInitialPrimalWeight() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- getInitialPrimalWeight() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- getInitialPrimalWeight() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- getInitialStepSizeScaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- getInitialStepSizeScaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- getInitialStepSizeScaling() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- getInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The initial value of the variables activity.
- getInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters
-
The initial value of the variables activity.
- getInitialVariablesActivity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The initial value of the variables activity.
- getInnerObjectiveLowerBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getInnerObjectiveLowerBound() - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getInnerObjectiveLowerBound() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getInstanceName() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The name of the optimization problem.
- getInstanceName() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The name of the optimization problem.
- getInstanceName() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The name of the optimization problem.
- getInstanceNameBytes() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The name of the optimization problem.
- getInstanceNameBytes() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The name of the optimization problem.
- getInstanceNameBytes() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The name of the optimization problem.
- getInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- getInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- getInstantiateAllVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- getIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDiv() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDiv() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDivBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDivOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDivOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDivOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntegerAfterOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_after_offset = 9;
- getIntegerAfterOffset() - Method in class com.google.ortools.sat.CpObjectiveProto
-
int64 integer_after_offset = 9;
- getIntegerAfterOffset() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
int64 integer_after_offset = 9;
- getIntegerBeforeOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- getIntegerBeforeOffset() - Method in class com.google.ortools.sat.CpObjectiveProto
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- getIntegerBeforeOffset() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- getIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- getIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse
-
Contains the integer objective optimized internally.
- getIntegerObjective() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Contains the integer objective optimized internally.
- getIntegerObjectiveBuilder() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- getIntegerObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- getIntegerObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpSolverResponse
-
Contains the integer objective optimized internally.
- getIntegerObjectiveOrBuilder() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Contains the integer objective optimized internally.
- getIntegerParam(MPSolverParameters.IntegerParam) - Method in class com.google.ortools.linearsolver.MPSolverParameters
-
Returns the value of an integer parameter.
- getIntegerScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_scaling_factor = 8;
- getIntegerScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto
-
int64 integer_scaling_factor = 8;
- getIntegerScalingFactor() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
int64 integer_scaling_factor = 8;
- getIntegrality() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns whether the variable is integral.
- getInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 interleave_batch_size = 134 [default = 0];
- getInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 interleave_batch_size = 134 [default = 0];
- getInterleaveBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 interleave_batch_size = 134 [default = 0];
- getInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- getInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- getInterleaveSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- getInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getInterval() - Method in class com.google.ortools.sat.ConstraintProto
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getInterval() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervalBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervalOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervalOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervalOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervals(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- getIntervals(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
repeated int32 intervals = 2;
- getIntervals(int) - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
repeated int32 intervals = 2;
- getIntervals(int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- getIntervals(int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
repeated int32 intervals = 1;
- getIntervals(int) - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
-
repeated int32 intervals = 1;
- getIntervalsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- getIntervalsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
repeated int32 intervals = 2;
- getIntervalsCount() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
repeated int32 intervals = 2;
- getIntervalsCount() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- getIntervalsCount() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
repeated int32 intervals = 1;
- getIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
-
repeated int32 intervals = 1;
- getIntervalsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- getIntervalsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
repeated int32 intervals = 2;
- getIntervalsList() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
repeated int32 intervals = 2;
- getIntervalsList() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- getIntervalsList() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
repeated int32 intervals = 1;
- getIntervalsList() - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
-
repeated int32 intervals = 1;
- getIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntMod() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntMod() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntModBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntModOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntModOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntModOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProd() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProdBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProdOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProdOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProdOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverse() - Method in class com.google.ortools.sat.ConstraintProto
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverse() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverseBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverseOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverseOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverseOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
True if the variable is constrained to be integer.
- getIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
True if the variable is constrained to be integer.
- getIsInteger() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
True if the variable is constrained to be integer.
- getIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
[Advanced usage: do not use this if you don't know what you're doing.]
A lazy constraint is handled differently by the core solving engine, but
it does not change the result.
- getIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
[Advanced usage: do not use this if you don't know what you're doing.]
A lazy constraint is handled differently by the core solving engine, but
it does not change the result.
- getIsLazy() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
[Advanced usage: do not use this if you don't know what you're doing.]
A lazy constraint is handled differently by the core solving engine, but
it does not change the result.
- getIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional int32 iteration_count = 5;
- getIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional int32 iteration_count = 5;
- getIterationCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional int32 iteration_count = 5;
- getIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The total number of iterations during the solve.
- getIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The total number of iterations during the solve.
- getIterationCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The total number of iterations during the solve.
- getIterationLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- getIterationLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- getIterationLimit() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- getIterationNumber() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The iteration number at which these stats were recorded.
- getIterationNumber() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The iteration number at which these stats were recorded.
- getIterationNumber() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The iteration number at which these stats were recorded.
- getIterationStats(int) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStats(int) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStats(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStats(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStats(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
A history of iteration stats for the solve.
- getIterationStats(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getIterationStatsBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
A history of iteration stats for the solve.
- getIterationStatsCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getIterationStatsList() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsList() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsList() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
A history of iteration stats for the solve.
- getIterationStatsList() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilder(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilder(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilderList() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilderList() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getKAbs() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
Constraint and Expression types.
- getKAbsEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKActiveArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
argument names:
- getKAllDifferent() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKAllowedAssignments() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKAssumePathsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKAtMost() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKBranchesLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCapacityArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCardsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCircuit() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCoefficientsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKConditionalExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKConvexPiecewise() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCountArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCountAssignedItemsExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
Extension names:
- getKCountEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCountUsedBinsExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCover() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCumulative() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCumulativeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCumulsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDefaultDualTolerance() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDefaultIncrementality() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDefaultPresolve() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDefaultPrimalTolerance() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDefaultRelativeMipGap() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDelayedPathCumul() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDemandsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDeviation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDifference() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDifferenceOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDisjunctive() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDistribute() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDivide() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDurationExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDurationMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDurationMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEarlyCostArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEarlyDateArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- getKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- getKeepAllFeasibleSolutionsInPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- getKElement() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKElementEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEndExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEndMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEndMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEndsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEquality() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEvaluatorArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKExpressionArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKFailuresLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKFalseConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKFinalStatesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKFixedChargeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKGlobalCardinality() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKGreater() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIndex2Argument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIndexArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIndexOf() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKInitialState() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKInt64ToBoolExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKInt64ToInt64Extension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntegerVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalBinaryRelation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalDisjunction() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalUnaryRelation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKInversePermutation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsDifferent() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsGreater() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKktMatrixPassLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- getKktMatrixPassLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- getKktMatrixPassLimit() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- getKLateCostArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLateDateArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLeftArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLexLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLightElement() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
Constraint types.
- getKLightElement2() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
- getKLightElementEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLinkExprVar() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMapDomain() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMax() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMaxEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMaximizeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMaxValidValue() - Static method in class com.google.ortools.constraintsolver.IntervalVar
-
The largest acceptable value to be returned by EndMax()
- getKMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMin() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMinEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMinValidValue() - Static method in class com.google.ortools.constraintsolver.IntervalVar
-
The smallest acceptable value to be returned by StartMin()
- getKMirrorOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
Operations.
- getKModulo() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKModuloArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNextsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNoCycle() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNoDimension() - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
Constant used to express the "no dimension" index, returned when a
dimension name does not correspond to an actual dimension.
- getKNoDisjunction() - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
Constant used to express the "no disjunction" index, returned when a node
does not appear in any disjunction.
- getKNonEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNoPenalty() - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
Constant used to express a hard constraint instead of a soft penalty.
- getKNotBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNotMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNullIntersect() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKObjectiveExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKOpposite() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKOptionalArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPack() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPartialArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPathCumul() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPerformedExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPositionXArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPositionYArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPower() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKProduct() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKProductOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRangeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRelationArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRelaxedMaxOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRelaxedMinOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRemoveValues() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
- getKRightArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKScalProd() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKScalProdEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKScalProdGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKScalProdLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSearchLimitExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSemiContinuous() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSequenceArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSequencesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSequenceVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSizeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSizeXArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSizeYArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSmartTimeCheckArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSolutionLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSortingConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSquare() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartSyncOnEndOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartSyncOnStartOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStepArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSum() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSumEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSumGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSumLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSumOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTargetArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTimeLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTrace() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTraceOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTransition() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTransitsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTrueConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTuplesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKUnboundBooleanVarValue() - Static method in class com.google.ortools.constraintsolver.BooleanVar
-
- getKUsageEqualVariableExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKUsageLessConstantExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKValueArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKValuesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVarBoundWatcher() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVariableArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVariableGroupExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVariableUsageLessConstantExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVarsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVarValueWatcher() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKWeightedSumOfAssignedEqualVariableExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getL2DualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the violations of dual constraints.
- getL2DualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The l_2 norm of the violations of dual constraints.
- getL2DualResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The l_2 norm of the violations of dual constraints.
- getL2DualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the dual variables.
- getL2DualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The l_2 norm of the dual variables.
- getL2DualVariable() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The l_2 norm of the dual variables.
- getL2NormRescaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- getL2NormRescaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- getL2NormRescaling() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- getL2PrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the violations of primal constraints.
- getL2PrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The l_2 norm of the violations of primal constraints.
- getL2PrimalResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The l_2 norm of the violations of primal constraints.
- getL2PrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the primal variables.
- getL2PrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The l_2 norm of the primal variables.
- getL2PrimalVariable() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The l_2 norm of the primal variables.
- getLeftNode(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getLevelChanges(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChanges(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChanges(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLevelChangesBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChangesCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLevelChangesList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChangesList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilder(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilderList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinear() - Method in class com.google.ortools.sat.ConstraintProto
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinear() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- getLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- getLinearizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- getLinearOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- getLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- getLinearSplitSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- getLinesearchContractionFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- getLinesearchContractionFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- getLinesearchContractionFactor() - Method in interface operations_research.pdlp.Solvers.MalitskyPockParamsOrBuilder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- getLinesearchRule() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Linesearch rule applied at each major iteration.
- getLinesearchRule() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Linesearch rule applied at each major iteration.
- getLinesearchRule() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Linesearch rule applied at each major iteration.
- getLInfComponentwiseDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
- getLInfComponentwiseDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
- getLInfComponentwiseDualResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
- getLInfComponentwisePrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- getLInfComponentwisePrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- getLInfComponentwisePrimalResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- getLInfDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- getLInfDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- getLInfDualResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- getLInfDualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- getLInfDualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- getLInfDualVariable() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- getLInfPrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- getLInfPrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- getLInfPrimalResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- getLInfPrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- getLInfPrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- getLInfPrimalVariable() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- getLInfRuizIterations() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- getLInfRuizIterations() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- getLInfRuizIterations() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- getLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMax() - Method in class com.google.ortools.sat.ConstraintProto
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMax() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMaxBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMaxOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMaxOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMaxOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLiterals(int) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- getLiterals(int) - Method in class com.google.ortools.sat.BoolArgumentProto
-
repeated int32 literals = 1;
- getLiterals(int) - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
-
repeated int32 literals = 1;
- getLiterals(int) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- getLiterals(int) - Method in class com.google.ortools.sat.BooleanAssignment
-
repeated int32 literals = 1;
- getLiterals(int) - Method in interface com.google.ortools.sat.BooleanAssignmentOrBuilder
-
repeated int32 literals = 1;
- getLiterals(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- getLiterals(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 literals = 5;
- getLiterals(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 literals = 5;
- getLiterals(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- getLiterals(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Linear terms involved in this constraint.
- getLiterals(int) - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Linear terms involved in this constraint.
- getLiterals(int) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiterals(int) - Method in class com.google.ortools.sat.LinearObjective
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiterals(int) - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiterals(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- getLiterals(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 literals = 3;
- getLiterals(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 literals = 3;
- getLiteralsCount() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in class com.google.ortools.sat.BoolArgumentProto
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in class com.google.ortools.sat.BooleanAssignment
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in interface com.google.ortools.sat.BooleanAssignmentOrBuilder
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- getLiteralsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 literals = 5;
- getLiteralsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 literals = 5;
- getLiteralsCount() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- getLiteralsCount() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Linear terms involved in this constraint.
- getLiteralsCount() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Linear terms involved in this constraint.
- getLiteralsCount() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsCount() - Method in class com.google.ortools.sat.LinearObjective
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsCount() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- getLiteralsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 literals = 3;
- getLiteralsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 literals = 3;
- getLiteralsList() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- getLiteralsList() - Method in class com.google.ortools.sat.BoolArgumentProto
-
repeated int32 literals = 1;
- getLiteralsList() - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
-
repeated int32 literals = 1;
- getLiteralsList() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- getLiteralsList() - Method in class com.google.ortools.sat.BooleanAssignment
-
repeated int32 literals = 1;
- getLiteralsList() - Method in interface com.google.ortools.sat.BooleanAssignmentOrBuilder
-
repeated int32 literals = 1;
- getLiteralsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- getLiteralsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 literals = 5;
- getLiteralsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 literals = 5;
- getLiteralsList() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- getLiteralsList() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Linear terms involved in this constraint.
- getLiteralsList() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Linear terms involved in this constraint.
- getLiteralsList() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsList() - Method in class com.google.ortools.sat.LinearObjective
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsList() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- getLiteralsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 literals = 3;
- getLiteralsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 literals = 3;
- getLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimitBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimitOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLocalCheapestCostInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategyValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategyValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalOptimizerOffsetForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getLocalSearchFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- getLocalSearchFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Name of the filter.
- getLocalSearchFilter() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Name of the filter.
- getLocalSearchFilterBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- getLocalSearchFilterBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Name of the filter.
- getLocalSearchFilterBytes() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Name of the filter.
- getLocalSearchFilterStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatistics(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsCount() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilderList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristic() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristicValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristicValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristicValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics used to guide the search.
- getLocalSearchMonitor() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns the local search monitor.
- getLocalSearchOperator() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- getLocalSearchOperator() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Name of the operator.
- getLocalSearchOperator() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Name of the operator.
- getLocalSearchOperatorBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- getLocalSearchOperatorBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Name of the operator.
- getLocalSearchOperatorBytes() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Name of the operator.
- getLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorsBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorsOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorsOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorsOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatistics(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsCount() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilderList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics.
- getLocalSearchStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Local search statistics.
- getLocalSearchStatistics() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Local search statistics.
- getLocalSearchStatisticsBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics.
- getLocalSearchStatisticsOrBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics.
- getLocalSearchStatisticsOrBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Local search statistics.
- getLocalSearchStatisticsOrBuilder() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Local search statistics.
- getLog_prefix() - Method in class com.google.ortools.init.CppFlags
-
Controls if time and source code info are used to prefix logging
messages.
- getLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
double log_cost_offset = 29;
- getLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
double log_cost_offset = 29;
- getLogCostOffset() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
double log_cost_offset = 29;
- getLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
- getLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
- getLogCostScalingFactor() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
- getLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates how much logging should wait before logging periodic search
information from specialized workers (lb_tree_search, probing).
- getLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters
-
Indicates how much logging should wait before logging periodic search
information from specialized workers (lb_tree_search, probing).
- getLogFrequencyInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Indicates how much logging should wait before logging periodic search
information from specialized workers (lb_tree_search, probing).
- getLogIntervalSeconds() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- getLogIntervalSeconds() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- getLogIntervalSeconds() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- getLogInvalidNames() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
Whether to log invalid variable and constraint names.
- getLogPrefix() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- getLogPrefix() - Method in class com.google.ortools.sat.SatParameters
-
Add a prefix to all logs.
- getLogPrefix() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a prefix to all logs.
- getLogPrefixBytes() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- getLogPrefixBytes() - Method in class com.google.ortools.sat.SatParameters
-
Add a prefix to all logs.
- getLogPrefixBytes() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a prefix to all logs.
- getLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- getLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- getLogSearch() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- getLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether the solver should log the search progress to LOG(INFO).
- getLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters
-
Whether the solver should log the search progress to LOG(INFO).
- getLogSearchProgress() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether the solver should log the search progress to LOG(INFO).
- getLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs the progress of a solve to LOG(INFO).
- getLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters
-
If true, logs the progress of a solve to LOG(INFO).
- getLogSearchProgress() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, logs the progress of a solve to LOG(INFO).
- getLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should log the search progress.
- getLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters
-
Whether the solver should log the search progress.
- getLogSearchProgress() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether the solver should log the search progress.
- getLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should display per sub-solver search statistics.
- getLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters
-
Whether the solver should display per sub-solver search statistics.
- getLogSubsolverStatistics() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether the solver should display per sub-solver search statistics.
- getLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTag() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTagBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTagBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTagBytes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogToResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to response proto.
- getLogToResponse() - Method in class com.google.ortools.sat.SatParameters
-
Log to response proto.
- getLogToResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Log to response proto.
- getLogToStdout() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs will be displayed to stdout instead of using Google log info.
- getLogToStdout() - Method in class com.google.ortools.glop.GlopParameters
-
If true, logs will be displayed to stdout instead of using Google log info.
- getLogToStdout() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, logs will be displayed to stdout instead of using Google log info.
- getLogToStdout() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to stdout.
- getLogToStdout() - Method in class com.google.ortools.sat.SatParameters
-
Log to stdout.
- getLogToStdout() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Log to stdout.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the lower bound of the variable.
- getLowerBound() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the lower bound of the variable.
- getLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Optional lower (resp.
- getLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Optional lower (resp.
- getLowerBound() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Optional lower (resp.
- getLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Algorithm to solve linear programs.
- getLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Algorithm to solve linear programs.
- getLpAlgorithm() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Algorithm to solve linear programs.
- getLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The max deterministic time given to the LP solver each time it is called.
- getLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters
-
The max deterministic time given to the LP solver each time it is called.
- getLpMaxDeterministicTime() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The max deterministic time given to the LP solver each time it is called.
- getLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 ls_operator_min_neighbors = 54;
- getLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
int32 ls_operator_min_neighbors = 54;
- getLsOperatorMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
int32 ls_operator_min_neighbors = 54;
- getLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- getLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- getLsOperatorNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- getLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- getLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- getLuFactorizationPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- getMainIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- getMainIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- getMainIterationCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- getMaintainer() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- getMajorIterationFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- getMajorIterationFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- getMajorIterationFrequency() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- getMajorNumber() - Static method in class com.google.ortools.init.OrToolsVersion
-
Returns the major version of OR-Tools.
- getMalitskyPockParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParameters() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParametersBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParametersOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParametersOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParametersOrBuilder() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- getMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- getMarkowitzSingularityThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- getMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- getMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- getMarkowitzZlatevParameter() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- getMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- getMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- getMaxAllDiffCutSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- getMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- getMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- getMaxCallbackCacheSize() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- getMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- getMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- getMaxClauseActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- getMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- getMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- getMaxConsecutiveInactiveCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- getMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
- getMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = max(var_1, var_2, ..., constant)
- getMaxConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = max(var_1, var_2, ..., constant)
- getMaxConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
- getMaxConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
- getMaxConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = max(var_1, var_2, ..., constant)
- getMaxConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = max(var_1, var_2, ..., constant)
- getMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- getMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
-
Max number of time we perform cut generation and resolve the LP at level 0.
- getMaxCutRoundsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- getMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum deterministic time allowed to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum deterministic time allowed to solve a problem.
- getMaxDeterministicTime() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum deterministic time allowed to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When loading a*x + b*y ==/!= c when x and y are both fully encoded.
- getMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters
-
When loading a*x + b*y ==/!= c when x and y are both fully encoded.
- getMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When loading a*x + b*y ==/!= c when x and y are both fully encoded.
- getMaxDualRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector scaled such that its infinity
norm is one.
- getMaxDualRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector scaled such that its infinity
norm is one.
- getMaxDualRayInfeasibility() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector scaled such that its infinity
norm is one.
- getMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
int32 max_edge_finder_size = 109;
- getMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
int32 max_edge_finder_size = 109;
- getMaxEdgeFinderSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
int32 max_edge_finder_size = 109;
- getMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
True if the problem is a maximization problem.
- getMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto
-
True if the problem is a maximization problem.
- getMaximize() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
True if the problem is a maximization problem.
- getMaximize() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getMaximize() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
The optimization direction.
- getMaximize() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
The optimization direction.
- getMaximize() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
The optimization direction.
- getMaximumFlow() - Method in class com.google.ortools.graph.MinCostFlow
-
- GetMaximumNumberOfActiveVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the maximum number of active vehicles.
- getMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- getMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- getMaxIntegerRoundingScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- getMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 max_level = 2;
- getMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
int64 max_level = 2;
- getMaxLevel() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
int64 max_level = 2;
- getMaxLineLength() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
For .lp files only.
- getMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- getMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- getMaxLpSolveForFeasibilityProblems() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- getMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum memory allowed for the whole thread containing the solver.
- getMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters
-
Maximum memory allowed for the whole thread containing the solver.
- getMaxMemoryInMb() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum memory allowed for the whole thread containing the solver.
- getMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of backtracks times the number of variables in Local Search,
ie.
- getMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of backtracks times the number of variables in Local Search,
ie.
- getMaxNumberOfBacktracksInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of backtracks times the number of variables in Local Search,
ie.
- getMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum number of conflicts allowed to solve a problem.
- getMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters
-
Maximum number of conflicts allowed to solve a problem.
- getMaxNumberOfConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum number of conflicts allowed to solve a problem.
- getMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- getMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- getMaxNumberOfConflictsForQuickCheck() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- getMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- getMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- getMaxNumberOfConflictsInRandomLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- getMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to generate a random solution.
- getMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to generate a random solution.
- getMaxNumberOfConflictsInRandomSolutionGeneration() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to generate a random solution.
- getMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- getMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- getMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- getMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of assignments the Local Search iterates on during one
try.
- getMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters
-
The maximum number of assignments the Local Search iterates on during one
try.
- getMaxNumberOfExploredAssignmentsPerTryInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The maximum number of assignments the Local Search iterates on during one
try.
- getMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum number of simplex iterations to solve a problem.
- getMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum number of simplex iterations to solve a problem.
- getMaxNumberOfIterations() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum number of simplex iterations to solve a problem.
- getMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- getMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- getMaxNumberOfReoptimizations() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- getMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- getMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- getMaxNumBrokenConstraintsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- getMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The limit on the number of cuts in our cut pool.
- getMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters
-
The limit on the number of cuts in our cut pool.
- getMaxNumCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The limit on the number of cuts in our cut pool.
- getMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- getMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- getMaxNumDecisionsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- getMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- getMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- getMaxPresolveIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- getMaxPrimalRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector scaled such that its infinity norm is one.
- getMaxPrimalRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector scaled such that its infinity norm is one.
- getMaxPrimalRayInfeasibility() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector scaled such that its infinity norm is one.
- getMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- getMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- getMaxSatAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- getMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- getMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- getMaxSatReverseAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- getMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- getMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- getMaxSatStratification() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- getMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Create one literal for each disjunction of two pairs of tasks.
- getMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Create one literal for each disjunction of two pairs of tasks.
- getMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Create one literal for each disjunction of two pairs of tasks.
- getMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- getMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- getMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- getMaxValidMagnitude() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- getMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- getMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- getMaxVariableActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- getMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- getMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- getMergeAtMostOneWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- getMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- getMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- getMergeNoOverlapWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- getMethods(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethods(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethods(int) - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsBuilder(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsBuilderList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsCount() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsCount() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsCount() - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsList() - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilder(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilder(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilder(int) - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilderList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilderList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilderList() - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
- getMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = min(var_1, var_2, ..., constant)
- getMinConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = min(var_1, var_2, ..., constant)
- getMinConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
- getMinConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
- getMinConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = min(var_1, var_2, ..., constant)
- getMinConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = min(var_1, var_2, ..., constant)
- getMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- getMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- getMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- getMinimizeCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use a simple heuristic to try to minimize an UNSAT core.
- getMinimizeCore() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use a simple heuristic to try to minimize an UNSAT core.
- getMinimizeCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use a simple heuristic to try to minimize an UNSAT core.
- getMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A different algorithm during PB resolution.
- getMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters
-
A different algorithm during PB resolution.
- getMinimizeReductionDuringPbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A different algorithm during PB resolution.
- getMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
- getMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
- getMinimizeWithPropagationNumDecisions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
- getMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
For now, we have a somewhat simpler implementation where every x restart we
spend y decisions on clause minimization.
- getMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
For now, we have a somewhat simpler implementation where every x restart we
spend y decisions on clause minimization.
- getMinimizeWithPropagationRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
For now, we have a somewhat simpler implementation where every x restart we
spend y decisions on clause minimization.
- getMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We never follow a basis change with a pivot under this threshold.
- getMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters
-
We never follow a basis change with a pivot under this threshold.
- getMinimumAcceptablePivot() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We never follow a basis change with a pivot under this threshold.
- getMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 min_level = 1;
- getMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
int64 min_level = 1;
- getMinLevel() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
int64 min_level = 1;
- getMinNumLnsWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If there is an objective and we are not in interleave mode, we will reserve
at least this number of worker for LNS thread.
- getMinNumLnsWorkers() - Method in class com.google.ortools.sat.SatParameters
-
If there is an objective and we are not in interleave mode, we will reserve
at least this number of worker for LNS thread.
- getMinNumLnsWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If there is an objective and we are not in interleave mode, we will reserve
at least this number of worker for LNS thread.
- getMinorNumber() - Static method in class com.google.ortools.init.OrToolsVersion
-
Returns the minor version of OR-Tools.
- getMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- getMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- getMinOrthogonalityForLpConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- getMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, some continuous variable might be automatically scaled.
- getMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, some continuous variable might be automatically scaled.
- getMipAutomaticallyScaleVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, some continuous variable might be automatically scaled.
- getMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- getMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- getMipCheckPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- getMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- getMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- getMipComputeTrueObjectiveBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- getMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- getMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- getMipDropTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- getMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- getMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- getMipMaxActivityExponent() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- getMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- getMipMaxBound() - Method in class com.google.ortools.sat.SatParameters
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- getMipMaxBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- getMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- getMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- getMipMaxValidMagnitude() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- getMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- getMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- getMipScaleLargeDomain() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- getMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All continuous variable of the problem will be multiplied by this factor.
- getMipVarScaling() - Method in class com.google.ortools.sat.SatParameters
-
All continuous variable of the problem will be multiplied by this factor.
- getMipVarScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All continuous variable of the problem will be multiplied by this factor.
- getMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- getMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- getMipWantedPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- getMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolver() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolverValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- getModel() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
The model to be optimized by the server.
- getModel() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
The model to be optimized by the server.
- getModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- getModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
The model to solve.
- getModel() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
The model to solve.
- getModelBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- getModelBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- getModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- getModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage: model "delta".
- getModelDelta() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage: model "delta".
- getModelDeltaBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- getModelDeltaOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- getModelDeltaOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage: model "delta".
- getModelDeltaOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage: model "delta".
- getModelOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- getModelOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
The model to be optimized by the server.
- getModelOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
The model to be optimized by the server.
- getModelOrBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- getModelOrBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
The model to solve.
- getModelOrBuilder() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
The model to solve.
- getModelReductionLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double model_reduction_log_frequency_in_seconds = 218 [default = 5];
- getModelReductionLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters
-
optional double model_reduction_log_frequency_in_seconds = 218 [default = 5];
- getModelReductionLogFrequencyInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double model_reduction_log_frequency_in_seconds = 218 [default = 5];
- getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Memory coefficient related to the multi-armed bandit compound operator.
- getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Memory coefficient related to the multi-armed bandit compound operator.
- getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Memory coefficient related to the multi-armed bandit compound operator.
- getMutableConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Deprecated.
- getMutableDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns a dimension from its name.
- GetMutableGlobalCumulLPOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the global/local dimension cumul optimizer for a given dimension,
or nullptr if there is none.
- GetMutableGlobalCumulMPOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetMutableLocalCumulLPOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getMutableVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Deprecated.
- getName() - Method in class com.google.ortools.algorithms.KnapsackSolver
-
- GetName() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- getName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- getName() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
The name of the constraint.
- getName() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
The name of the constraint.
- getName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- getName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
The name of the constraint.
- getName() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
The name of the constraint.
- getName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- getName() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Name of the model.
- getName() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Name of the model.
- getName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- getName() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The name of the variable.
- getName() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The name of the variable.
- getName() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the name of the variable given upon creation.
- getName() - Method in class com.google.ortools.modelbuilder.ModelBuilder
-
Returns the name of the model.
- getName() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getName() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the name of the variable given upon creation.
- getName() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.ConstraintProto
-
For debug/logging only.
- getName() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.CpModelProto
-
For debug/logging only.
- getName() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.IntegerVariableProto
-
For debug/logging only.
- getName() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the name passed in the constructor.
- getName() - Method in class com.google.ortools.sat.IntVar
-
Returns the name of the variable given upon creation.
- getName() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- getName() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
The name of this constraint.
- getName() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
The name of this constraint.
- getName() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- getName() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The name of the problem.
- getName() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The name of the problem.
- getName() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getName() - Method in class com.google.ortools.sat.SatParameters
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getName() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Should anonymous variables be given a name.
- getNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Should anonymous variables be given a name.
- getNameAllVariables() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Should anonymous variables be given a name.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
The name of the constraint.
- getNameBytes() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
The name of the constraint.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
The name of the constraint.
- getNameBytes() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
The name of the constraint.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Name of the model.
- getNameBytes() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Name of the model.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The name of the variable.
- getNameBytes() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The name of the variable.
- getNameBytes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.ConstraintProto
-
For debug/logging only.
- getNameBytes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.CpModelProto
-
For debug/logging only.
- getNameBytes() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.IntegerVariableProto
-
For debug/logging only.
- getNameBytes() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- getNameBytes() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
The name of this constraint.
- getNameBytes() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
The name of this constraint.
- getNameBytes() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- getNameBytes() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The name of the problem.
- getNameBytes() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The name of the problem.
- getNameBytes() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getNameBytes() - Method in class com.google.ortools.sat.SatParameters
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getNameBytes() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Create names for cast variables.
- getNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Create names for cast variables.
- getNameCastVariables() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Create names for cast variables.
- getNecessaryReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- getNecessaryReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- getNecessaryReductionForRestart() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- getNegated() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- getNegated() - Method in class com.google.ortools.sat.TableConstraintProto
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- getNegated() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- GetNeighborsOfNodeForCostClass(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
Returns the neighbors of the given node for the given cost_class.
- getNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add that many lazy constraints (or cuts) at once in the LP.
- getNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters
-
Add that many lazy constraints (or cuts) at once in the LP.
- getNewConstraintsBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add that many lazy constraints (or cuts) at once in the LP.
- getNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- getNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- getNewLinearPropagation() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- getNextSolution(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
-
This method is called when the local search starts a new neighborhood to
initialize the default assignment.
- getNodes(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodes(int) - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodes(int) - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesBuilderList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesCount() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesCount() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesCount() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesList() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesList() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilder(int) - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilderList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilderList() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilderList() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNonZeroCostClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Ditto, minus the 'always zero', built-in cost class.
- getNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlap() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2D() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2DBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2DOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2DOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2DOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlapBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlapOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlapOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlapOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors eventually accepted.
- getNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Number of neighbors eventually accepted.
- getNumAcceptedNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Number of neighbors eventually accepted.
- getNumArcs() - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getNumArcs() - Method in class com.google.ortools.graph.MaxFlow
-
- getNumArcs() - Method in class com.google.ortools.graph.MinCostFlow
-
- getNumber() - Method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
- getNumber() - Method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.PricingRule
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
-
- getNumber() - Method in enum com.google.ortools.graph.FlowModelProto.ProblemType
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
- getNumber() - Method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
-
- getNumber() - Method in enum com.google.ortools.sat.CpSolverStatus
-
- getNumber() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
- getNumber() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.Polarity
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
-
- getNumber() - Method in enum com.google.ortools.util.OptionalBoolean
-
- getNumber() - Method in enum operations_research.pdlp.SolveLogOuterClass.PointType
-
- getNumber() - Method in enum operations_research.pdlp.SolveLogOuterClass.PolishingPhaseType
-
- getNumber() - Method in enum operations_research.pdlp.SolveLogOuterClass.RestartChoice
-
- getNumber() - Method in enum operations_research.pdlp.SolveLogOuterClass.TerminationReason
-
- getNumber() - Method in enum operations_research.pdlp.Solvers.OptimalityNorm
-
- getNumber() - Method in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.LinesearchRule
-
- getNumber() - Method in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.RestartStrategy
-
- getNumber() - Method in enum operations_research.pdlp.Solvers.TerminationCriteria.OptimalityCriteriaCase
-
- getNumberOfDecisionsInFirstSolution(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns statistics on first solution search, number of decisions sent to
filters, number of decisions rejected by filters.
- getNumberOfDisjunctions() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of node disjunctions in the model.
- getNumberOfIndices() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getNumberOfNodes() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getNumberOfRejectsInFirstSolution(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of solutions to collect during the search.
- getNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Number of solutions to collect during the search.
- getNumberOfSolutionsToCollect() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Number of solutions to collect during the search.
- getNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of solvers used to run Bop.
- getNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters
-
The number of solvers used to run Bop.
- getNumberOfSolvers() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of solvers used to run Bop.
- getNumberOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getNumberOfVisitTypes() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_binary_propagations = 13;
- getNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_binary_propagations = 13;
- getNumBinaryPropagations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_binary_propagations = 13;
- getNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_booleans = 10;
- getNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_booleans = 10;
- getNumBooleans() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_booleans = 10;
- getNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- getNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- getNumBopSolversUsedByDecomposition() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- getNumBranches() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of branches explored.
- getNumBranches() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Number of branches explored.
- getNumBranches() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Number of branches explored.
- getNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_branches = 12;
- getNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_branches = 12;
- getNumBranches() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_branches = 12;
- getNumCalls() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter was called.
- getNumCalls() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Number of times the filter was called.
- getNumCalls() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Number of times the filter was called.
- getNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_cols = 2;
- getNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto
-
int32 num_cols = 2;
- getNumCols() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
int32 num_cols = 2;
- getNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_conflicts = 11;
- getNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_conflicts = 11;
- getNumConflicts() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_conflicts = 11;
- getNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- getNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- getNumConflictsBeforeStrategyChanges() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- getNumConstraints() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 num_constraints = 2;
- getNumConstraints() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional int64 num_constraints = 2;
- getNumConstraints() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional int64 num_constraints = 2;
- getNumFailures() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of failures/backtracks.
- getNumFailures() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Number of failures/backtracks.
- getNumFailures() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Number of failures/backtracks.
- getNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors which were filtered.
- getNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Number of neighbors which were filtered.
- getNumFilteredNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Number of neighbors which were filtered.
- getNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_integer_propagations = 14;
- getNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_integer_propagations = 14;
- getNumIntegerPropagations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_integer_propagations = 14;
- getNumIntegers() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Some statistics about the solve.
- getNumIntegers() - Method in class com.google.ortools.sat.CpSolverResponse
-
Some statistics about the solve.
- getNumIntegers() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Some statistics about the solve.
- getNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_lp_iterations = 25;
- getNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_lp_iterations = 25;
- getNumLpIterations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_lp_iterations = 25;
- getNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors generated by the operator.
- getNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Number of neighbors generated by the operator.
- getNumNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Number of neighbors generated by the operator.
- getNumNodes() - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getNumNodes() - Method in class com.google.ortools.graph.MaxFlow
-
- getNumNodes() - Method in class com.google.ortools.graph.MinCostFlow
-
- getNumOfSingletonNodes() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of non-start/end nodes which do not appear in a
pickup/delivery pair.
- getNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of threads in the OMP parallel sections.
- getNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters
-
Number of threads in the OMP parallel sections.
- getNumOmpThreads() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Number of threads in the OMP parallel sections.
- getNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of tries in the random lns.
- getNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters
-
Number of tries in the random lns.
- getNumRandomLnsTries() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Number of tries in the random lns.
- getNumRejects() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter rejected a neighbor.
- getNumRejects() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Number of times the filter rejected a neighbor.
- getNumRejects() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Number of times the filter rejected a neighbor.
- getNumRejectsPerSecond() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of rejects per second.
- getNumRejectsPerSecond() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Number of rejects per second.
- getNumRejectsPerSecond() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Number of rejects per second.
- getNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- getNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- getNumRelaxedVars() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- getNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_restarts = 24;
- getNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_restarts = 24;
- getNumRestarts() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_restarts = 24;
- getNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_rows = 1;
- getNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto
-
int32 num_rows = 1;
- getNumRows() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
int32 num_rows = 1;
- getNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 num_search_workers = 100 [default = 0];
- getNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 num_search_workers = 100 [default = 0];
- getNumSearchWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 num_search_workers = 100 [default = 0];
- getNumShards() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- getNumShards() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- getNumShards() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- getNumSolutions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of solutions found.
- getNumSolutions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Number of solutions found.
- getNumSolutions() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Number of solutions found.
- getNumThreads() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The number of threads to use.
- getNumThreads() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The number of threads to use.
- getNumThreads() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The number of threads to use.
- getNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The number of variables in the problem.
- getNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The number of variables in the problem.
- getNumVariables() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The number of variables in the problem.
- getNumVariables() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 num_variables = 1;
- getNumVariables() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional int64 num_variables = 1;
- getNumVariables() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional int64 num_variables = 1;
- getNumViolationLs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- getNumViolationLs() - Method in class com.google.ortools.sat.SatParameters
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- getNumViolationLs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- getNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specify the number of parallel workers (i.e.
- getNumWorkers() - Method in class com.google.ortools.sat.SatParameters
-
Specify the number of parallel workers (i.e.
- getNumWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specify the number of parallel workers (i.e.
- getObfuscate() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
Obfuscates variable and constraint names.
- getObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- getObjective() - Method in class com.google.ortools.sat.CpModelProto
-
The objective to minimize.
- getObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The objective to minimize.
- getObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- getObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The objective of the problem.
- getObjective() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The objective of the problem.
- getObjectiveBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- getObjectiveBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- getObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The coefficient of the variable in the objective.
- getObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The coefficient of the variable in the objective.
- getObjectiveCoefficient() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The coefficient of the variable in the objective.
- getObjectiveCoefficient() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the objective coefficient of the variable.
- getObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- getObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- getObjectiveLowerLimit() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- getObjectiveMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_avg = 22;
- getObjectiveMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_matrix_abs_avg = 22;
- getObjectiveMatrixAbsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_abs_avg = 22;
- getObjectiveMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- getObjectiveMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- getObjectiveMatrixAbsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- getObjectiveMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_min = 21;
- getObjectiveMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_matrix_abs_min = 21;
- getObjectiveMatrixAbsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_abs_min = 21;
- getObjectiveMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_l2_norm = 27;
- getObjectiveMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_matrix_l2_norm = 27;
- getObjectiveMatrixL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_l2_norm = 27;
- getObjectiveMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 objective_matrix_num_nonzeros = 19;
- getObjectiveMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional int64 objective_matrix_num_nonzeros = 19;
- getObjectiveMatrixNumNonzeros() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional int64 objective_matrix_num_nonzeros = 19;
- getObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Offset for the objective function.
- getObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Offset for the objective function.
- getObjectiveOffset() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Offset for the objective function.
- getObjectiveOffset() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- getObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
-
The objective to minimize.
- getObjectiveOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The objective to minimize.
- getObjectiveOrBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- getObjectiveOrBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The objective of the problem.
- getObjectiveOrBuilder() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The objective of the problem.
- getObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double objective_upper_limit = 41 [default = inf];
- getObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters
-
optional double objective_upper_limit = 41 [default = inf];
- getObjectiveUpperLimit() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional double objective_upper_limit = 41 [default = inf];
- getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
optional double objective_value = 1;
- getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution
-
optional double objective_value = 1;
- getObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
optional double objective_value = 1;
- getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- getObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- getObjectiveValue() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the objective value.
- getObjectiveValue() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- getObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse
-
Only make sense for an optimization problem.
- getObjectiveValue() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Only make sense for an optimization problem.
- getObjectiveVectorAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_avg = 18;
- getObjectiveVectorAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_vector_abs_avg = 18;
- getObjectiveVectorAbsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_abs_avg = 18;
- getObjectiveVectorAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the objective vector.
- getObjectiveVectorAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Statistics of the objective vector.
- getObjectiveVectorAbsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Statistics of the objective vector.
- getObjectiveVectorAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_min = 17;
- getObjectiveVectorAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_vector_abs_min = 17;
- getObjectiveVectorAbsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_abs_min = 17;
- getObjectiveVectorL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_l2_norm = 23;
- getObjectiveVectorL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_vector_l2_norm = 23;
- getObjectiveVectorL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_l2_norm = 23;
- getOffset() - Method in class com.google.ortools.modelbuilder.AffineExpression
-
- getOffset() - Method in class com.google.ortools.modelbuilder.ConstantExpression
-
- getOffset() - Method in interface com.google.ortools.modelbuilder.LinearExpr
-
Returns the constant part of the expression.
- getOffset() - Method in class com.google.ortools.modelbuilder.WeightedSumExpression
-
- getOffset() - Method in class com.google.ortools.sat.AffineExpression
-
- getOffset() - Method in class com.google.ortools.sat.ConstantExpression
-
- getOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- getOffset() - Method in class com.google.ortools.sat.CpObjectiveProto
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- getOffset() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- getOffset() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int64 offset = 2;
- getOffset() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
int64 offset = 2;
- getOffset() - Method in interface com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder
-
int64 offset = 2;
- getOffset() - Method in class com.google.ortools.sat.DoubleLinearExpr
-
Returns the constant part of the expression.
- getOffset() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
double offset = 3;
- getOffset() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
double offset = 3;
- getOffset() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
double offset = 3;
- getOffset() - Method in interface com.google.ortools.sat.LinearExpr
-
Returns the constant part of the expression.
- getOffset() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
int64 offset = 3;
- getOffset() - Method in class com.google.ortools.sat.LinearExpressionProto
-
int64 offset = 3;
- getOffset() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
int64 offset = 3;
- getOffset() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- getOffset() - Method in class com.google.ortools.sat.LinearObjective
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- getOffset() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- getOffset() - Method in class com.google.ortools.sat.WeightedSumExpression
-
- getOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- getOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- getOnlyAddCutsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- getOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- getOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- getOnlySolveIp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- getOptimalCost() - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getOptimalCost() - Method in class com.google.ortools.graph.MinCostFlow
-
- getOptimalFlow() - Method in class com.google.ortools.graph.MaxFlow
-
- getOptimalityCriteriaCase() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- getOptimalityCriteriaCase() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- getOptimalityCriteriaCase() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
- getOptimalityNorm() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
The norm that we are measuring the optimality criteria in.
- getOptimalityNorm() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
The norm that we are measuring the optimality criteria in.
- getOptimalityNorm() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
The norm that we are measuring the optimality criteria in.
- getOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the optimization phase.
- getOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters
-
PricingRule to use during the optimization phase.
- getOptimizationRule() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
PricingRule to use during the optimization phase.
- getOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Minimum step by which the solution must be improved in local search.
- getOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Minimum step by which the solution must be improved in local search.
- getOptimizationStep() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Minimum step by which the solution must be improved in local search.
- getOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- getOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- getOptimizeWithCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- getOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- getOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- getOptimizeWithLbTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- getOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This has no effect if optimize_with_core is false.
- getOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters
-
This has no effect if optimize_with_core is false.
- getOptimizeWithMaxHs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This has no effect if optimize_with_core is false.
- getOrbitopes(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopes(int) - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopes(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesCount() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesCount() - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesCount() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesList() - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilder(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilderList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- getOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "or" constraints must be Boolean.
- getOrConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "or" constraints must be Boolean.
- getOrConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- getOrConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- getOrConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "or" constraints must be Boolean.
- getOrConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "or" constraints must be Boolean.
- GetOrCreateLocalSearchState() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns (or creates) an assignment representing the state of local search.
- GetOrCreateNodeNeighborsByCostClass(double, long, SWIGTYPE_p_double, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns neighbors of all nodes for every cost class.
- GetOrCreateNodeNeighborsByCostClass(double, long, SWIGTYPE_p_double) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns neighbors of all nodes for every cost class.
- GetOrCreateNodeNeighborsByCostClass(int, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns parameters.num_neighbors neighbors of all nodes for every cost
class.
- GetOrCreateNodeNeighborsByCostClass(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns parameters.num_neighbors neighbors of all nodes for every cost
class.
- getOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- getOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- getOriginalNumVariables() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- getOriginalProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the original problem.
- getOriginalProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Statistics of the original problem.
- getOriginalProblemStats() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Statistics of the original problem.
- getOriginalProblemStatsBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the original problem.
- getOriginalProblemStatsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the original problem.
- getOriginalProblemStatsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Statistics of the original problem.
- getOriginalProblemStatsOrBuilder() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Statistics of the original problem.
- GetPairIndicesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getParameters() - Method in class com.google.ortools.sat.CpSolver
-
Returns the builder of the parameters of the SAT solver for modification.
- getParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- getParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
Solver parameters.
- getParameters() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
Solver parameters.
- getParametersBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- getParametersOrBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- getParametersOrBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
Solver parameters.
- getParametersOrBuilder() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
Solver parameters.
- getParams() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParams() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParams() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParams() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- getParams() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
If solved with PDLP, the parameters for this solve.
- getParams() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
If solved with PDLP, the parameters for this solve.
- getParamsBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParamsBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- getParamsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParamsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParamsOrBuilder() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParamsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- getParamsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
If solved with PDLP, the parameters for this solve.
- getParamsOrBuilder() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
If solved with PDLP, the parameters for this solve.
- getParserForType() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
- getParserForType() - Method in class com.google.ortools.bop.BopParameters
-
- getParserForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getParserForType() - Method in class com.google.ortools.glop.GlopParameters
-
- getParserForType() - Method in class com.google.ortools.graph.FlowArcProto
-
- getParserForType() - Method in class com.google.ortools.graph.FlowModelProto
-
- getParserForType() - Method in class com.google.ortools.graph.FlowNodeProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPModelProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSolution
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
- getParserForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getParserForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.BoolArgumentProto
-
- getParserForType() - Method in class com.google.ortools.sat.BooleanAssignment
-
- getParserForType() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.ConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.CpModelProto
-
- getParserForType() - Method in class com.google.ortools.sat.CpObjectiveProto
-
- getParserForType() - Method in class com.google.ortools.sat.CpSolverResponse
-
- getParserForType() - Method in class com.google.ortools.sat.CpSolverSolution
-
- getParserForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
- getParserForType() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
- getParserForType() - Method in class com.google.ortools.sat.DenseMatrixProto
-
- getParserForType() - Method in class com.google.ortools.sat.ElementConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
- getParserForType() - Method in class com.google.ortools.sat.IntegerVariableProto
-
- getParserForType() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.InverseConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.LinearArgumentProto
-
- getParserForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getParserForType() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
- getParserForType() - Method in class com.google.ortools.sat.LinearConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.LinearExpressionProto
-
- getParserForType() - Method in class com.google.ortools.sat.LinearObjective
-
- getParserForType() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
- getParserForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
- getParserForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.SatParameters
-
- getParserForType() - Method in class com.google.ortools.sat.SparsePermutationProto
-
- getParserForType() - Method in class com.google.ortools.sat.SymmetryProto
-
- getParserForType() - Method in class com.google.ortools.sat.TableConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getParserForType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
- getParserForType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- getParserForType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
- getParserForType() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- getParserForType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
- getParserForType() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- getParserForType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- getParserForType() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
- getParserForType() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
- getParserForType() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
- getParserForType() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
- getParserForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
- getParserForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- getParserForType() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
- getPatchNumber() - Static method in class com.google.ortools.init.OrToolsVersion
-
Returns the patch version of OR-Tools.
- GetPath(long) - Method in class com.google.ortools.constraintsolver.PathsMetadata
-
- GetPathsMetadata() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- getPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
The payload is a (key, value) string pair.
- getPayloadKey() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
The payload is a (key, value) string pair.
- getPayloadKeyBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- getPayloadKeyBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
The payload is a (key, value) string pair.
- getPayloadKeyBytes() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
The payload is a (key, value) string pair.
- getPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- getPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional string payload_value = 5;
- getPayloadValue() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional string payload_value = 5;
- getPayloadValueBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- getPayloadValueBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional string payload_value = 5;
- getPayloadValueBytes() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional string payload_value = 5;
- getPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- getPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- getPbCleanupIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- getPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- getPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- getPbCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- getPermutations(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutations(int) - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutations(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsCount() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsCount() - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsCount() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsList() - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilder(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilderList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- getPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- getPermutePresolveConstraintOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- getPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is mainly here to test the solver variability.
- getPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters
-
This is mainly here to test the solver variability.
- getPermuteVariableRandomly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This is mainly here to test the solver variability.
- getPersistentImpact() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Whether to keep the impact from the first search for other searches,
or to recompute the impact for each new search.
- getPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- getPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- getPerturbCostsInDualSimplex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- getPickupAndDeliveryPolicyOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getPointMetadata(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadata(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadata(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointMetadataBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataCount() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataCount() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadataCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointMetadataList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadataList() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilder(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilder(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilderList() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilderList() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Type of the point that this metadata corresponds to.
- getPointType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
Type of the point that this metadata corresponds to.
- getPointType() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
Type of the point that this metadata corresponds to.
- getPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- getPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- getPolarityRephaseIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- getPolishingPhaseType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- getPolishingPhaseType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- getPolishingPhaseType() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- getPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- getPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- getPolishLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- getPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- getPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- getPopulateAdditionalSolutionsUpTo() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- getPositiveCoeff() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int64 positive_coeff = 3;
- getPositiveCoeff() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
int64 positive_coeff = 3;
- getPositiveCoeff() - Method in interface com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder
-
int64 positive_coeff = 3;
- getPost_travel_transit_value() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
- GetPostTravelEvaluatorOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getPre_travel_transit_value() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
The parts of the transit which occur pre/post travel between the
nodes.
- getPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- getPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- getPreferredVariableOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- getPreprocessedProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStats() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStatsBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStatsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStatsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStatsOrBuilder() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Statistics of the problem after preprocessing.
- getPreprocessingTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Time for preprocessing (everything before iteration 0).
- getPreprocessingTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Time for preprocessing (everything before iteration 0).
- getPreprocessingTimeSec() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Time for preprocessing (everything before iteration 0).
- getPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
A floating point tolerance used by the preprocessors.
- getPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
A floating point tolerance used by the preprocessors.
- getPreprocessorZeroTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
A floating point tolerance used by the preprocessors.
- getPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Gurobi and SCIP enable presolve by default.
- getPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Gurobi and SCIP enable presolve by default.
- getPresolve() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Gurobi and SCIP enable presolve by default.
- getPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- getPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- getPresolveBlockedClause() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- getPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- getPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- getPresolveBvaThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- getPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- getPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- getPresolveBveClauseWeight() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- getPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- getPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- getPresolveBveThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- getPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- getPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- getPresolveExtractIntegerEnforcement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- getPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A few presolve operations involve detecting constraints included in other
constraint.
- getPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
A few presolve operations involve detecting constraints included in other
constraint.
- getPresolveInclusionWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A few presolve operations involve detecting constraints included in other
constraint.
- getPresolveOptions() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptions() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptions() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptionsBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptionsOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptionsOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptionsOrBuilder() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- getPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- getPresolveProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- getPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- getPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- getPresolveSubstitutionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- getPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- getPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- getPresolveUseBva() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- GetPreTravelEvaluatorOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- getPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- getPrimalFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- getPrimalObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The primal objective.
- getPrimalObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The primal objective.
- getPrimalObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The primal objective.
- getPrimalRayLinearObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- getPrimalRayLinearObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- getPrimalRayLinearObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- getPrimalRayQuadraticNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- getPrimalRayQuadraticNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- getPrimalRayQuadraticNorm() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- getPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalToleranceBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalToleranceOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalWeight() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Primal weight controlling the relation between primal and dual step sizes.
- getPrimalWeight() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Primal weight controlling the relation between primal and dual step sizes.
- getPrimalWeight() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Primal weight controlling the relation between primal and dual step sizes.
- getPrimalWeightUpdateSmoothing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- getPrimalWeightUpdateSmoothing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- getPrimalWeightUpdateSmoothing() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- getPrimaryConstrainedDimension() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Get the primary constrained dimension, or an empty string if it is unset.
- getPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print added constraints.
- getPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Print added constraints.
- getPrintAddedConstraints() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Print added constraints.
- getPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print local search profiling data after solving.
- getPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Print local search profiling data after solving.
- getPrintLocalSearchProfile() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Print local search profiling data after solving.
- getPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print the model before solving.
- getPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Print the model before solving.
- getPrintModel() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Print the model before solving.
- getPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print model statistics before solving.
- getPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Print model statistics before solving.
- getPrintModelStats() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Print model statistics before solving.
- getPriority() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- getProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The maximum "deterministic" time limit to spend in probing.
- getProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
The maximum "deterministic" time limit to spend in probing.
- getProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The maximum "deterministic" time limit to spend in probing.
- getProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If set at zero (the default), it is disabled.
- getProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters
-
If set at zero (the default), it is disabled.
- getProbingPeriodAtRoot() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If set at zero (the default), it is disabled.
- getProblemType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- getProblemType() - Method in class com.google.ortools.graph.FlowModelProto
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- getProblemType() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- getProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- getProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Export propagation profiling data to file.
- getProfileFile() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Export propagation profiling data to file.
- getProfileFileBytes() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- getProfileFileBytes() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Export propagation profiling data to file.
- getProfileFileBytes() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Export propagation profiling data to file.
- getProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate local search profiling.
- getProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Activate local search profiling.
- getProfileLocalSearch() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Activate local search profiling.
- getProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagation profiling.
- getProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Activate propagation profiling.
- getProfilePropagation() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Activate propagation profiling.
- getPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- getPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- getPropagationLoopDetectionFactor() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- getPropagationMonitor() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns the propagation monitor.
- getProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds.
- getProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds.
- getProvideStrongOptimalGuarantee() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds.
- getPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- getPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- getPruneSearchTree() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- getPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- getPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- getPseudoCostReliabilityThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- getPushToVertex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- getPushToVertex() - Method in class com.google.ortools.glop.GlopParameters
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- getPushToVertex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- getQcoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getQcoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getQcoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getQcoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getQcoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getQcoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getQcoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getQcoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getQcoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticCostSoftSpanUpperBoundForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- getQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Optionally, a quadratic objective.
- getQuadraticObjective() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Optionally, a quadratic objective.
- getQuadraticObjectiveBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- getQuadraticObjectiveOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- getQuadraticObjectiveOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Optionally, a quadratic objective.
- getQuadraticObjectiveOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Optionally, a quadratic objective.
- getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
repeated int32 qvar2_index = 4;
- getQvar2Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
repeated int32 qvar2_index = 4;
- getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
repeated int32 qvar2_index = 2;
- getQvar2Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
repeated int32 qvar2_index = 2;
- getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
repeated int32 qvar2_index = 4;
- getQvar2IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
repeated int32 qvar2_index = 4;
- getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
repeated int32 qvar2_index = 2;
- getQvar2IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
repeated int32 qvar2_index = 2;
- getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
repeated int32 qvar2_index = 4;
- getQvar2IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
repeated int32 qvar2_index = 4;
- getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
repeated int32 qvar2_index = 2;
- getQvar2IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
repeated int32 qvar2_index = 2;
- getRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- getRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- getRandomBranchesRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- getRandomDualProjections(int) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- getRandomDualProjections(int) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
Projections of the dual solution onto random planes.
- getRandomDualProjections(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsList() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsList() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsList() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
Projections of the dual solution onto random planes.
- getRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Randomize fixed search.
- getRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Randomize fixed search.
- getRandomizeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Randomize fixed search.
- getRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The proportion of polarity chosen at random.
- getRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters
-
The proportion of polarity chosen at random.
- getRandomPolarityRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The proportion of polarity chosen at random.
- getRandomPrimalProjections(int) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjections(int) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjections(int) - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsList() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsList() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsList() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
Projections of the primal solution onto random planes.
- getRandomProjectionSeeds(int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeeds(int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeeds(int) - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsCount() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsCount() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsCount() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsList() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsList() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsList() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomSeed() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The seed used to initialize the random generator.
- getRandomSeed() - Method in class com.google.ortools.bop.BopParameters
-
The seed used to initialize the random generator.
- getRandomSeed() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The seed used to initialize the random generator.
- getRandomSeed() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Seed used to initialize the random part in some heuristics.
- getRandomSeed() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in class com.google.ortools.glop.GlopParameters
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in class com.google.ortools.sat.SatParameters
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During the primal simplex (resp.
- getRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
During the primal simplex (resp.
- getRatioTestZeroThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During the primal simplex (resp.
- getRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- getRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- getRecomputeEdgesNormThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- getRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the accuracy of the iteratively computed reduced costs.
- getRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
We estimate the accuracy of the iteratively computed reduced costs.
- getRecomputeReducedCostsThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We estimate the accuracy of the iteratively computed reduced costs.
- getRecordIterationStats() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- getRecordIterationStats() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- getRecordIterationStats() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- getReducedCost(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReducedCost(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReducedCost(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReducedCost(Variable) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the reduced cost of the given
variable.
- getReducedCost(int) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getReducedCostCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReducedCostCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReducedCostCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReducedCostList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReducedCostList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReducedCostList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- getReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Advanced settings.
- getReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Advanced settings.
- getReduceVehicleCostModel() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Advanced settings.
- getRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row].
- getRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row].
- getRefactorizationThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row].
- getRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
- getRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
- getRelativeCostPerturbation() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
- getRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- getRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- getRelativeGapLimit() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- getRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double relative_gap_limit = 160 [default = 0];
- getRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double relative_gap_limit = 160 [default = 0];
- getRelativeGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double relative_gap_limit = 160 [default = 0];
- getRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- getRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- getRelativeMaxCostPerturbation() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- getRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGap() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGapBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGapOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGapOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGapOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- getRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- getRelocateExpensiveChainNumArcsToConsider() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- getRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver tries to repair the solution given in the hint.
- getRepairHint() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver tries to repair the solution given in the hint.
- getRepairHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver tries to repair the solution given in the hint.
- GetRequiredTypeAlternativesWhenAddingType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the set of requirement alternatives when adding the given type.
- GetRequiredTypeAlternativesWhenRemovingType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the set of requirement alternatives when removing the given type.
- getReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoir() - Method in class com.google.ortools.sat.ConstraintProto
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoir() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoirBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoirOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoirOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoirOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- GetResource(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetResourceGroup(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetResourceGroups() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetResources() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- getRestartAlgorithms(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithms(int) - Method in class com.google.ortools.sat.SatParameters
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithms(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsCount() - Method in class com.google.ortools.sat.SatParameters
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsList() - Method in class com.google.ortools.sat.SatParameters
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- getRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- getRestartDlAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- getRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- getRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- getRestartLbdAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- getRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Restart period for the FIXED_RESTART strategy.
- getRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Restart period for the FIXED_RESTART strategy.
- getRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Restart period for the FIXED_RESTART strategy.
- getRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the window for the moving average restarts.
- getRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters
-
Size of the window for the moving average restarts.
- getRestartRunningWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Size of the window for the moving average restarts.
- getRestartStrategy() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- getRestartStrategy() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- getRestartStrategy() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- getRestartUsed() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- getRestartUsed() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- getRestartUsed() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional int32 resultant_var_index = 3;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
optional int32 resultant_var_index = 3;
- getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
optional int32 resultant_var_index = 3;
- getRightMate(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getRightNode(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getRootLpIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- getRootLpIterations() - Method in class com.google.ortools.sat.SatParameters
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- getRootLpIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- getRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- getRoutes() - Method in class com.google.ortools.sat.ConstraintProto
-
The routes constraint implements the vehicle routing problem.
- getRoutes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The routes constraint implements the vehicle routing problem.
- getRoutesBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- getRoutesOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- getRoutesOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The routes constraint implements the vehicle routing problem.
- getRoutesOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The routes constraint implements the vehicle routing problem.
- getRunAllHeuristics() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The default phase will run heuristics periodically.
- getSameVehicleIndicesOfIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns variable indices of nodes constrained to be on the same route.
- getSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- getSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- getSavingsAddReverseArcs() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- getSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- getSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- getSavingsArcCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- getSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- getSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- getSavingsMaxMemoryUsageBytes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- getSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Parameters specific to the Savings first solution heuristic.
- getSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Parameters specific to the Savings first solution heuristic.
- getSavingsNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Parameters specific to the Savings first solution heuristic.
- getSavingsParallelRoutes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
When true, the routes are built in parallel, sequentially otherwise.
- getSavingsParallelRoutes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
When true, the routes are built in parallel, sequentially otherwise.
- getSavingsParallelRoutes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
When true, the routes are built in parallel, sequentially otherwise.
- getScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Enable automatic scaling of matrix coefficients and objective.
- getScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Enable automatic scaling of matrix coefficients and objective.
- getScaling() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Enable automatic scaling of matrix coefficients and objective.
- getScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
double scaling_factor = 3;
- getScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto
-
double scaling_factor = 3;
- getScalingFactor() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
double scaling_factor = 3;
- getScalingFactor() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
optional double scaling_factor = 4 [default = 1];
- getScalingFactor() - Method in class com.google.ortools.sat.LinearObjective
-
optional double scaling_factor = 4 [default = 1];
- getScalingFactor() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
optional double scaling_factor = 4 [default = 1];
- getScalingMethod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- getScalingMethod() - Method in class com.google.ortools.glop.GlopParameters
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- getScalingMethod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- getScalingWasExact() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal field.
- getScalingWasExact() - Method in class com.google.ortools.sat.CpObjectiveProto
-
Internal field.
- getScalingWasExact() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
Internal field.
- getSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- getSearchBranching() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- getSearchBranching() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- getSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Search randomization will collect equivalent 'max valued' variables, and
pick one randomly.
- getSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters
-
Search randomization will collect equivalent 'max valued' variables, and
pick one randomly.
- getSearchRandomizationTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Search randomization will collect equivalent 'max valued' variables, and
pick one randomly.
- getSearchStrategy(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategy(int) - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategy(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyCount() - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyList() - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSecond() - Method in class com.google.ortools.constraintsolver.IntBoolPair
-
- getSerializedSize() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
- getSerializedSize() - Method in class com.google.ortools.bop.BopParameters
-
- getSerializedSize() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getSerializedSize() - Method in class com.google.ortools.glop.GlopParameters
-
- getSerializedSize() - Method in class com.google.ortools.graph.FlowArcProto
-
- getSerializedSize() - Method in class com.google.ortools.graph.FlowModelProto
-
- getSerializedSize() - Method in class com.google.ortools.graph.FlowNodeProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolution
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getSerializedSize() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.BoolArgumentProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.BooleanAssignment
-
- getSerializedSize() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.ConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.CpModelProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.CpObjectiveProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.CpSolverResponse
-
- getSerializedSize() - Method in class com.google.ortools.sat.CpSolverSolution
-
- getSerializedSize() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
- getSerializedSize() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.DenseMatrixProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.ElementConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.IntegerVariableProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.InverseConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearArgumentProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearExpressionProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearObjective
-
- getSerializedSize() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
- getSerializedSize() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.SatParameters
-
- getSerializedSize() - Method in class com.google.ortools.sat.SparsePermutationProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.SymmetryProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.TableConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getSerializedSize() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
- getSerializedSize() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- getSerializedSize() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
- getSerializedSize() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- getSerializedSize() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
- getSerializedSize() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- getSerializedSize() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- getSerializedSize() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
- getSerializedSize() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
- getSerializedSize() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
- getSerializedSize() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
- getSerializedSize() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
- getSerializedSize() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- getSerializedSize() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
- getShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of new learned binary clause between workers.
- getShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of new learned binary clause between workers.
- getShareBinaryClauses() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of new learned binary clause between workers.
- getSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- getSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- getSharedTreeMaxNodesPerWorker() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- getSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enables experimental workstealing-like shared tree search.
- getSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters
-
Enables experimental workstealing-like shared tree search.
- getSharedTreeNumWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enables experimental workstealing-like shared tree search.
- getSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- getSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- getSharedTreeSplitStrategy() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- getSharedTreeWorkerObjectiveSplitProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After their assigned prefix, shared tree workers will branch on the
objective with this probability.
- getSharedTreeWorkerObjectiveSplitProbability() - Method in class com.google.ortools.sat.SatParameters
-
After their assigned prefix, shared tree workers will branch on the
objective with this probability.
- getSharedTreeWorkerObjectiveSplitProbability() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
After their assigned prefix, shared tree workers will branch on the
objective with this probability.
- getShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of the bounds of modified variables at level 0.
- getShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of the bounds of modified variables at level 0.
- getShareLevelZeroBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of the bounds of modified variables at level 0.
- getShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows objective sharing between workers.
- getShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters
-
Allows objective sharing between workers.
- getShareObjectiveBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows objective sharing between workers.
- getShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- getShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- getShavingSearchDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- getShowUnusedVariables() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
For .lp files only.
- getSimpleOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteria() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteriaBuilder() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteriaOrBuilder() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteriaOrBuilder() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteriaOrBuilder() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- GetSingleNodesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getSize() - Method in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- getSize() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSize() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSize() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSizeBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSizeExpr() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the size expression.
- getSizeOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSizeOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSizeOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Skip locally optimal pairs of paths in PathOperators.
- getSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Skip locally optimal pairs of paths in PathOperators.
- getSkipLocallyOptimalPaths() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Skip locally optimal pairs of paths in PathOperators.
- getSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- getSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- getSmallPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- getSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool smart_time_check = 5;
- getSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
bool smart_time_check = 5;
- getSmartTimeCheck() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
bool smart_time_check = 5;
- getSoftSpanUpperBoundForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getSolution(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- getSolution(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
A feasible solution to the given problem.
- getSolution(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A feasible solution to the given problem.
- getSolutionCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- getSolutionCount() - Method in class com.google.ortools.sat.CpSolverResponse
-
A feasible solution to the given problem.
- getSolutionCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A feasible solution to the given problem.
- getSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- getSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- getSolutionFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- getSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- getSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Solution hint.
- getSolutionHint() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Solution hint.
- getSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- getSolutionHint() - Method in class com.google.ortools.sat.CpModelProto
-
Solution hint.
- getSolutionHint() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Solution hint.
- getSolutionHintBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- getSolutionHintBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- getSolutionHintOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- getSolutionHintOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Solution hint.
- getSolutionHintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Solution hint.
- getSolutionHintOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- getSolutionHintOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
-
Solution hint.
- getSolutionHintOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Solution hint.
- getSolutionInfo() - Method in class com.google.ortools.sat.CpSolver
-
Returns some information on how the solution was found, or the reason why the model or the
parameters are invalid.
- getSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- getSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse
-
Additional information about how the solution was found.
- getSolutionInfo() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Additional information about how the solution was found.
- getSolutionInfoBytes() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- getSolutionInfoBytes() - Method in class com.google.ortools.sat.CpSolverResponse
-
Additional information about how the solution was found.
- getSolutionInfoBytes() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Additional information about how the solution was found.
- getSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
-- Search limits --
Limit to the number of solutions generated during the search.
- getSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
-- Search limits --
Limit to the number of solutions generated during the search.
- getSolutionLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
-- Search limits --
Limit to the number of solutions generated during the search.
- getSolutionList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- getSolutionList() - Method in class com.google.ortools.sat.CpSolverResponse
-
A feasible solution to the given problem.
- getSolutionList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A feasible solution to the given problem.
- getSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the top-n different solutions kept by the solver.
- getSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters
-
Size of the top-n different solutions kept by the solver.
- getSolutionPoolSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Size of the top-n different solutions kept by the solver.
- getSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 solutions = 4;
- getSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
int64 solutions = 4;
- getSolutions() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
int64 solutions = 4;
- getSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStats() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStats() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStatsBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStatsBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStatsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStatsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStatsOrBuilder() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStatsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStatsOrBuilder() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStatsOrBuilder() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- getSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PointType solution_type = 8;
- getSolutionType() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- getSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The type of the output point that the solver returned.
- getSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The type of the output point that the solver returned.
- getSolutionType() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The type of the output point that the solver returned.
- getSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we solve the dual of the given problem.
- getSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we solve the dual of the given problem.
- getSolveDualProblem() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we solve the dual of the given problem.
- getSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfo() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfoBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfoOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfoOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfoOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveLog() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLog() - Method in class com.google.ortools.sat.CpSolverResponse
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLog() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLogBytes() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLogBytes() - Method in class com.google.ortools.sat.CpSolverResponse
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLogBytes() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolverOptimizerSets(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSets(int) - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSets(int) - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsBuilder(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsBuilderList() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsCount() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsCount() - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsCount() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsList() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsList() - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsList() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilder(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilder(int) - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilder(int) - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilderList() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilderList() - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilderList() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- getSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Parameters to use in the underlying constraint solver.
- getSolverParameters() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Parameters to use in the underlying constraint solver.
- getSolverParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- getSolverParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- getSolverParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Parameters to use in the underlying constraint solver.
- getSolverParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Parameters to use in the underlying constraint solver.
- getSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Opaque solver-specific information.
- getSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Opaque solver-specific information.
- getSolverSpecificInfo() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Opaque solver-specific information.
- getSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- getSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage.
- getSolverSpecificParameters() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage.
- getSolverSpecificParametersBytes() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- getSolverSpecificParametersBytes() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage.
- getSolverSpecificParametersBytes() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage.
- getSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Maximum time to be spent by the solver to solve 'model'.
- getSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Maximum time to be spent by the solver to solve 'model'.
- getSolverTimeLimitSeconds() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Maximum time to be spent by the solver to solve 'model'.
- getSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- getSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- getSolverType() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- getSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional double solve_time_sec = 6;
- getSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional double solve_time_sec = 6;
- getSolveTimeSec() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional double solve_time_sec = 6;
- getSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The runtime of the solve.
- getSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The runtime of the solve.
- getSolveTimeSec() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The runtime of the solve.
- getSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
optional double solve_user_time_seconds = 2;
- getSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
optional double solve_user_time_seconds = 2;
- getSolveUserTimeSeconds() - Method in interface com.google.ortools.linearsolver.MPSolveInfoOrBuilder
-
optional double solve_user_time_seconds = 2;
- getSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
How much wall time (resp.
- getSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
How much wall time (resp.
- getSolveWallTimeSeconds() - Method in interface com.google.ortools.linearsolver.MPSolveInfoOrBuilder
-
How much wall time (resp.
- getSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- getSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- getSortConstraintsByNumTerms() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- getSorted_vehicle_classes_per_type() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- getSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSpanCostCoefficientForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getSpanUpperBoundForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getStart() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStart() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStart() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStartBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStartExpr() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the start expression.
- getStartIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
A state is identified by a non-negative number.
- getStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
A state is identified by a non-negative number.
- getStartingState() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
A state is identified by a non-negative number.
- getStartOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStartOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStartOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Result of the optimization.
- getStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Result of the optimization.
- getStatus() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Result of the optimization.
- getStatus() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getStatus() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- getStatus() - Method in class com.google.ortools.sat.CpSolverResponse
-
The status of the solve.
- getStatus() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The status of the solve.
- getStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- getStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Human-readable string giving more details about the status.
- getStatusStr() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Human-readable string giving more details about the status.
- getStatusStrBytes() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- getStatusStrBytes() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Human-readable string giving more details about the status.
- getStatusStrBytes() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Human-readable string giving more details about the status.
- getStatusString() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getStatusValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- getStatusValue() - Method in class com.google.ortools.sat.CpSolverResponse
-
The status of the solve.
- getStatusValue() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The status of the solve.
- getStderrthreshold() - Method in class com.google.ortools.init.CppFlags
-
Controls the logging level shown on stderr.
By default, the logger will only display ERROR and FATAL logs (value 2 and
3) to stderr.
- getStepSize() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Step size used at this iteration.
- getStepSize() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Step size used at this iteration.
- getStepSize() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Step size used at this iteration.
- getStepSizeDownscalingFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- getStepSizeDownscalingFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- getStepSizeDownscalingFactor() - Method in interface operations_research.pdlp.Solvers.MalitskyPockParamsOrBuilder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- getStepSizeGrowthExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- getStepSizeGrowthExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- getStepSizeGrowthExponent() - Method in interface operations_research.pdlp.Solvers.AdaptiveLinesearchParamsOrBuilder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- getStepSizeInterpolation() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- getStepSizeInterpolation() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- getStepSizeInterpolation() - Method in interface operations_research.pdlp.Solvers.MalitskyPockParamsOrBuilder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- getStepSizeReductionExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- getStepSizeReductionExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- getStepSizeReductionExponent() - Method in interface operations_research.pdlp.Solvers.AdaptiveLinesearchParamsOrBuilder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- getStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, stop the solver as soon as we have a solution.
- getStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters
-
For an optimization problem, stop the solver as soon as we have a solution.
- getStopAfterFirstSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For an optimization problem, stop the solver as soon as we have a solution.
- getStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly used when improving the presolver.
- getStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Mainly used when improving the presolver.
- getStopAfterPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Mainly used when improving the presolver.
- getStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool stop_after_root_propagation = 252 [default = false];
- getStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters
-
optional bool stop_after_root_propagation = 252 [default = false];
- getStopAfterRootPropagation() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool stop_after_root_propagation = 252 [default = false];
- getStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameters indicates if the solver should store the names of
the objets it manages.
- getStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
This parameters indicates if the solver should store the names of
the objets it manages.
- getStoreNames() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
This parameters indicates if the solver should store the names of
the objets it manages.
- getStrategy() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- getStrategy() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
Name of the strategy used.
- getStrategy() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
-
Name of the strategy used.
- getStrategyBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- getStrategyBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
Name of the strategy used.
- getStrategyBytes() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
-
Name of the strategy used.
- getStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- getStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- getStrategyChangeIncreaseRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- getSubsolverParams(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParams(int) - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParams(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsBuilder(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsBuilderList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsCount() - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsList() - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilder(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilder(int) - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilder(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilderList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilderList() - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilderList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolvers(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversBytes(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversCount() - Method in class com.google.ortools.sat.SatParameters
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversList() - Method in class com.google.ortools.sat.SatParameters
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- getSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- getSubsumptionDuringConflictAnalysis() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- getSufficientAssumptionsForInfeasibility(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibility(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibility(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityCount() - Method in class com.google.ortools.sat.CpSolverResponse
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityList() - Method in class com.google.ortools.sat.CpSolverResponse
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A subset of the model "assumptions" field.
- getSufficientReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- getSufficientReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- getSufficientReductionForRestart() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- getSupply() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The supply can be positive or negative in which case it means demand.
- getSupply() - Method in class com.google.ortools.graph.FlowNodeProto
-
The supply can be positive or negative in which case it means demand.
- getSupply() - Method in interface com.google.ortools.graph.FlowNodeProtoOrBuilder
-
The supply can be positive or negative in which case it means demand.
- getSupply(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getSupport(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- getSupport(int) - Method in class com.google.ortools.sat.SparsePermutationProto
-
Each cycle is listed one after the other in the support field.
- getSupport(int) - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
Each cycle is listed one after the other in the support field.
- getSupportCount() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- getSupportCount() - Method in class com.google.ortools.sat.SparsePermutationProto
-
Each cycle is listed one after the other in the support field.
- getSupportCount() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
Each cycle is listed one after the other in the support field.
- getSupportList() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- getSupportList() - Method in class com.google.ortools.sat.SparsePermutationProto
-
Each cycle is listed one after the other in the support field.
- getSupportList() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
Each cycle is listed one after the other in the support field.
- getSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetry() - Method in class com.google.ortools.sat.CpModelProto
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetry() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetryBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- getSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- getSymmetryLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- getSymmetryOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetryOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetryOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSynchronizationType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- getSynchronizationType() - Method in class com.google.ortools.bop.BopParameters
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- getSynchronizationType() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- getSynchronizedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
Objective value from last time Synchronize() was called.
- GetSynchronizedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- getTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- getTable() - Method in class com.google.ortools.sat.ConstraintProto
-
The table constraint enforces what values a tuple of variables may
take.
- getTable() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The table constraint enforces what values a tuple of variables may
take.
- getTableBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- getTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much we try to "compress" a table constraint.
- getTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much we try to "compress" a table constraint.
- getTableCompressionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much we try to "compress" a table constraint.
- getTableOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- getTableOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The table constraint enforces what values a tuple of variables may
take.
- getTableOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The table constraint enforces what values a tuple of variables may
take.
- getTail() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
A directed arc goes from a tail node to a head node.
- getTail() - Method in class com.google.ortools.graph.FlowArcProto
-
A directed arc goes from a tail node to a head node.
- getTail() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
A directed arc goes from a tail node to a head node.
- getTail(int) - Method in class com.google.ortools.graph.MaxFlow
-
- getTail(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getTails(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- getTails(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 tails = 3;
- getTails(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 tails = 3;
- getTails(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- getTails(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 tails = 1;
- getTails(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 tails = 1;
- getTailsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- getTailsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 tails = 3;
- getTailsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 tails = 3;
- getTailsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- getTailsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 tails = 1;
- getTailsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 tails = 1;
- getTailsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- getTailsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 tails = 3;
- getTailsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 tails = 3;
- getTailsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- getTailsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 tails = 1;
- getTailsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 tails = 1;
- getTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
int32 target = 2;
- getTarget() - Method in class com.google.ortools.sat.ElementConstraintProto
-
int32 target = 2;
- getTarget() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
int32 target = 2;
- getTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTarget() - Method in class com.google.ortools.sat.LinearArgumentProto
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTarget() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- getTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- getTargetIndex() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- getTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- getTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
Alternate to index.
- getTargetName() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
Alternate to index.
- getTargetNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- getTargetNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
Alternate to index.
- getTargetNameBytes() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
Alternate to index.
- getTargetOrBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetOrBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetOrBuilder() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- getTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- getTargetType() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- getTemporalTypeIncompatibilitiesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getTerminationCheckFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- getTerminationCheckFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- getTerminationCheckFrequency() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- getTerminationCriteria() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteria() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteria() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteriaBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteriaOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteriaOrBuilder() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteriaOrBuilder() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- getTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- getTerminationReason() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- getTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The reason that the solve terminated.
- getTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The reason that the solve terminated.
- getTerminationReason() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The reason that the solve terminated.
- getTerminationString() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Optional extra information about the termination reason.
- getTerminationString() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Optional extra information about the termination reason.
- getTerminationString() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Optional extra information about the termination reason.
- getTerminationStringBytes() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Optional extra information about the termination reason.
- getTerminationStringBytes() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Optional extra information about the termination reason.
- getTerminationStringBytes() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Optional extra information about the termination reason.
- getTestFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- getTestFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- getTestFeasibilityJump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- getTightenedVariables(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariables(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariables(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTightenedVariablesBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesCount() - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariablesCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTightenedVariablesList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesList() - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariablesList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTightenedVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariablesOrBuilder(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTightenedVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariablesOrBuilderList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
TODO(user): Specify the time units or switch to google.Duration proto.
- getTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
TODO(user): Specify the time units or switch to google.Duration proto.
- getTime() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
TODO(user): Specify the time units or switch to google.Duration proto.
- getTimeExprs(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprs(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprs(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeExprsBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprsCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeExprsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprsList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeExprsOrBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsOrBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprsOrBuilder(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeExprsOrBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsOrBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprsOrBuilderList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- getTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the search.
- getTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the search.
- getTimeLimitBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- getTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- getTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the search.
- getTimeLimitOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the search.
- getTimeSecLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- getTimeSecLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- getTimeSecLimit() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- getTmpVector() - Method in class com.google.ortools.constraintsolver.Solver
-
Unsafe temporary vector.
- getTotalNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_accepted_neighbors = 5;
- getTotalNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
int64 total_num_accepted_neighbors = 5;
- getTotalNumAcceptedNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
int64 total_num_accepted_neighbors = 5;
- getTotalNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_filtered_neighbors = 4;
- getTotalNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
int64 total_num_filtered_neighbors = 4;
- getTotalNumFilteredNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
int64 total_num_filtered_neighbors = 4;
- getTotalNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Total number of (filtered/accepted) neighbors created during the search.
- getTotalNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Total number of (filtered/accepted) neighbors created during the search.
- getTotalNumNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Total number of (filtered/accepted) neighbors created during the search.
- getTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagate tracing.
- getTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Activate propagate tracing.
- getTracePropagation() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Activate propagate tracing.
- getTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Trace search.
- getTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Trace search.
- getTraceSearch() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Trace search.
- getTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates the default size of a block of the trail.
- getTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
This parameter indicates the default size of a block of the trail.
- getTrailBlockSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
This parameter indicates the default size of a block of the trail.
- getTransformations(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformations(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformations(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsCount() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsCount() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsCount() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsList() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsOrBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsOrBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsOrBuilder(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsOrBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsOrBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransformationsOrBuilderList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- getTransition_info() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo
-
For each node #i on the route, transition_info[i] contains the relevant
information for the travel between nodes #i and #(i + 1) on the route.
- getTransitionHead(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- getTransitionHead(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_head = 5;
- getTransitionHead(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_head = 5;
- getTransitionHeadCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- getTransitionHeadCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_head = 5;
- getTransitionHeadCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_head = 5;
- getTransitionHeadList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- getTransitionHeadList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_head = 5;
- getTransitionHeadList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_head = 5;
- getTransitionLabel(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- getTransitionLabel(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_label = 6;
- getTransitionLabel(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_label = 6;
- getTransitionLabelCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- getTransitionLabelCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_label = 6;
- getTransitionLabelCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_label = 6;
- getTransitionLabelList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- getTransitionLabelList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_label = 6;
- getTransitionLabelList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_label = 6;
- getTransitionTail(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTail(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
List of transitions (all 3 vectors have the same size).
- getTransitionTail(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
List of transitions (all 3 vectors have the same size).
- getTransitValue(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the transition value for a given pair of nodes (as var index);
this value is the one taken by the corresponding transit variable when
the 'next' variable for 'from_index' is bound to 'to_index'.
- getTransitValueFromClass(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Same as above but taking a vehicle class of the dimension instead of a
vehicle (the class of a vehicle can be obtained with vehicle_to_class()).
- getTravel_compression_cost() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
travel_compression_cost models the cost of the difference between the
(real) travel value Táµ£ given by travel_start_dependent_travel and the
compressed travel value considered in the scheduling.
- getTravel_cost_coefficient() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo
-
The cost per unit of travel for this vehicle.
- getTravel_start_dependent_travel() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
Models the (real) travel value Táµ£, for this transition based on the
departure value of the travel.
- getTravel_value_upper_bound() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
The hard upper bound of the (real) travel value Táµ£ (see
above).
- getType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- getType() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- getType() - Method in interface com.google.ortools.bop.BopOptimizerMethodOrBuilder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- getType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- getType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- getType() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- getType_index_of_vehicle() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- getUnitCost() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Cost of this arc per unit of flow.
- getUnitCost() - Method in class com.google.ortools.graph.FlowArcProto
-
Cost of this arc per unit of flow.
- getUnitCost() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
Cost of this arc per unit of flow.
- getUnitCost(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
optional double upper_bound = 3 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
optional double upper_bound = 3 [default = inf];
- getUpperBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
optional double upper_bound = 3 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
optional double upper_bound = 7 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
optional double upper_bound = 7 [default = inf];
- getUpperBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
optional double upper_bound = 7 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional double upper_bound = 2 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
optional double upper_bound = 2 [default = inf];
- getUpperBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
optional double upper_bound = 2 [default = inf];
- getUpperBound() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the upper bound of the variable.
- getUpperBound() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the upper bound of the variable.
- getUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
optional int64 upper_bound = 4;
- getUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
optional int64 upper_bound = 4;
- getUpperBound() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
optional int64 upper_bound = 4;
- getUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_absl_random = 180 [default = false];
- getUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_absl_random = 180 [default = false];
- getUseAbslRandom() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_absl_random = 180 [default = false];
- getUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_all_possible_disjunctions = 108;
- getUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool use_all_possible_disjunctions = 108;
- getUseAllPossibleDisjunctions() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool use_all_possible_disjunctions = 108;
- getUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- getUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- getUseBlockingRestart() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- getUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver attemts to generate more info inside lp propagator by
branching on some variables if certain criteria are met during the search
tree exploration.
- getUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver attemts to generate more info inside lp propagator by
branching on some variables if certain criteria are met during the search
tree exploration.
- getUseBranchingInLp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver attemts to generate more info inside lp propagator by
branching on some variables if certain criteria are met during the search
tree exploration.
- getUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- getUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- getUseCombinedNoOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- getUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- getUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP solver to find a solution.
- getUseCp() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP solver to find a solution.
- getUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSat() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSatValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP-SAT solver to find a solution.
- getUseCpValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- getUseCpValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP solver to find a solution.
- getUseCpValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP solver to find a solution.
- getUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCross() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- getUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Not implemented yet.
- getUseCrossExchange() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Not implemented yet.
- getUseCrossExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- getUseCrossExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Not implemented yet.
- getUseCrossExchangeValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Not implemented yet.
- getUseCrossValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCrossValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCrossValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the cumulative constraint.
- getUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the propagation of the cumulative constraint.
- getUseCumulativeEdgeFinder() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the propagation of the cumulative constraint.
- getUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table = 106;
- getUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool use_cumulative_time_table = 106;
- getUseCumulativeTimeTable() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool use_cumulative_time_table = 106;
- getUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table_sync = 112;
- getUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool use_cumulative_time_table_sync = 112;
- getUseCumulativeTimeTableSync() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool use_cumulative_time_table_sync = 112;
- getUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We have two possible dual phase I algorithms.
- getUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters
-
We have two possible dual phase I algorithms.
- getUseDedicatedDualFeasibilityAlgorithm() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We have two possible dual phase I algorithms.
- getUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- getUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- getUseDepthFirstSearch() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- getUseDiagonalQpTrustRegionSolver() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- getUseDiagonalQpTrustRegionSolver() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- getUseDiagonalQpTrustRegionSolver() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- getUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- getUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- getUseDisjunctiveConstraintInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- getUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- getUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- getUseDualSchedulingHeuristics() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- getUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- getUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we use the dual simplex algorithm instead of the primal.
- getUseDualSimplex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- getUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the element constraint.
- getUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the implementation of the element constraint.
- getUseElementRmq() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the implementation of the element constraint.
- getUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- getUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- getUseEnergeticReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- getUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- getUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- getUseErwaHeuristic() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- getUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver usually exploit the LP relaxation of a model.
- getUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters
-
The solver usually exploit the LP relaxation of a model.
- getUseExactLpReason() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The solver usually exploit the LP relaxation of a model.
- getUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- getUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the positions of two nodes.
- getUseExchange() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the positions of two nodes.
- getUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtrip() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtripValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- getUseExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the positions of two nodes.
- getUseExchangeValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the positions of two nodes.
- getUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes an inactive node active and an active one inactive.
- getUseFeasibilityPolishing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- getUseFeasibilityPolishing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- getUseFeasibilityPolishing() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- getUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- getUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters
-
Adds a feasibility pump subsolver along with lns subsolvers.
- getUseFeasibilityPump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- getUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- getUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- getUseFullPropagation() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- getUseGeneralizedCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSat() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSatValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlop() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
If true runs Glop's presolver on the given instance prior to solving.
- getUseGlop() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
If true runs Glop's presolver on the given instance prior to solving.
- getUseGlop() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
If true runs Glop's presolver on the given instance prior to solving.
- getUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- getUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- getUseHardPrecedencesInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- getUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stores and exploits "implied-bounds" in the solver.
- getUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters
-
Stores and exploits "implied-bounds" in the solver.
- getUseImpliedBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stores and exploits "implied-bounds" in the solver.
- getUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If presolve runs, include the pass that detects implied free variables.
- getUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters
-
If presolve runs, include the pass that detects implied free variables.
- getUseImpliedFreePreprocessor() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If presolve runs, include the pass that detects implied free variables.
- getUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseLastConflict() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Should we use last conflict method.
- getUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on neighborhood generator based on local branching LP.
- getUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters
-
Turns on neighborhood generator based on local branching LP.
- getUseLbRelaxLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turns on neighborhood generator based on local branching LP.
- getUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- getUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use the learned binary clauses in the Linear Relaxation.
- getUseLearnedBinaryClausesInLp() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- getUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- getUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Lin-Kernighan operator.
- getUseLinKernighan() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Lin-Kernighan operator.
- getUseLinKernighanValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- getUseLinKernighanValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Lin-Kernighan operator.
- getUseLinKernighanValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Lin-Kernighan operator.
- getUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
LNS parameters.
- getUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters
-
LNS parameters.
- getUseLnsOnly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
LNS parameters.
- getUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLpLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use Large Neighborhood Search based on the LP relaxation.
- getUseLpLns() - Method in class com.google.ortools.bop.BopParameters
-
Use Large Neighborhood Search based on the LP relaxation.
- getUseLpLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use Large Neighborhood Search based on the LP relaxation.
- getUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use strong branching in the linear relaxation optimizer.
- getUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters
-
Use strong branching in the linear relaxation optimizer.
- getUseLpStrongBranching() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use strong branching in the linear relaxation optimizer.
- getUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- getUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes path nodes inactive.
- getUseMakeInactive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes path nodes inactive.
- getUseMakeInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- getUseMakeInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes path nodes inactive.
- getUseMakeInactiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes path nodes inactive.
- getUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- getUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- getUseMiddleProductFormUpdate() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- getUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, the solver will use multi-armed bandit concatenate operators.
- getUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, the solver will use multi-armed bandit concatenate operators.
- getUseMultiArmedBanditConcatenateOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, the solver will use multi-armed bandit concatenate operators.
- getUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- getUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- getUseObjectiveLbSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- getUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- getUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- getUseObjectiveShavingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- getUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- getUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- getUseOptimizationHints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- getUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- getUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- getUseOptionalVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- getUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- getUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- getUseOverloadCheckerInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- getUsePairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Performs an extra step of propagation in the no_overlap_2d constraint by
looking at all pairs of intervals.
- getUsePairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
Performs an extra step of propagation in the no_overlap_2d constraint by
looking at all pairs of intervals.
- getUsePairwiseReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Performs an extra step of propagation in the no_overlap_2d constraint by
looking at all pairs of intervals.
- getUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- getUsePbResolution() - Method in class com.google.ortools.sat.SatParameters
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- getUsePbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- getUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- getUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- getUsePhaseSaving() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- getUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- getUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- getUsePotentialOneFlipRepairsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- getUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- getUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- getUsePrecedencesInDisjunctiveConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- getUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use advanced preprocessing techniques.
- getUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we use advanced preprocessing techniques.
- getUsePreprocessing() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we use advanced preprocessing techniques.
- getUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- getUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- getUseProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- getUseRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- getUseRandomLns() - Method in class com.google.ortools.bop.BopParameters
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- getUseRandomLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- getUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocate() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChain() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChainValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChainValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChainValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighborsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighborsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighborsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtrip() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtripValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocateValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocateValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on relaxation induced neighborhood generator.
- getUseRinsLns() - Method in class com.google.ortools.sat.SatParameters
-
Turns on relaxation induced neighborhood generator.
- getUseRinsLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turns on relaxation induced neighborhood generator.
- getUserTime() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns the user time since the creation of the solver.
- getUserTime() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getUserTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double user_time = 16;
- getUserTime() - Method in class com.google.ortools.sat.CpSolverResponse
-
double user_time = 16;
- getUserTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
double user_time = 16;
- getUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_sat_inprocessing = 163 [default = false];
- getUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_sat_inprocessing = 163 [default = false];
- getUseSatInprocessing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_sat_inprocessing = 163 [default = false];
- getUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use sat propagation to choose the lns neighbourhood.
- getUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use sat propagation to choose the lns neighbourhood.
- getUseSatToChooseLnsNeighbourhood() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use sat propagation to choose the lns neighbourhood.
- getUseScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- getUseScaling() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- getUseScaling() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- getUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_sequence_high_demand_tasks = 107;
- getUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool use_sequence_high_demand_tasks = 107;
- getUseSequenceHighDemandTasks() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool use_sequence_high_demand_tasks = 107;
- getUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Set on shared subtree workers.
- getUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Set on shared subtree workers.
- getUseSharedTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Set on shared subtree workers.
- getUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- getUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- getUseShavingInProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- getUseShortestPathSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Swaps active nodes from node alternatives in sequence.
- getUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the table constraint.
- getUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the implementation of the table constraint.
- getUseSmallTable() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the implementation of the table constraint.
- getUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- getUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Enable stronger and more expensive propagation on no_overlap constraint.
- getUseStrongPropagationInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- getUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- getUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which replaces an active node by an inactive one.
- getUseSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which replaces an active node by an inactive one.
- getUseSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- getUseSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which replaces an active node by an inactive one.
- getUseSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which replaces an active node by an inactive one.
- getUseSymmetry() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit the eventual symmetries of the problem.
- getUseSymmetry() - Method in class com.google.ortools.bop.BopParameters
-
If true, find and exploit the eventual symmetries of the problem.
- getUseSymmetry() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
If true, find and exploit the eventual symmetries of the problem.
- getUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- getUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- getUseTimetableEdgeFindingInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- getUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- getUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- getUseTimetablingInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- getUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- getUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- getUseTransposedMatrix() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- getUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- getUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- getUseTranspositionTableInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- getUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- getUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
TSP-base LNS.
- getUseTspLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
TSP-base LNS.
- getUseTspLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- getUseTspLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
TSP-base LNS.
- getUseTspLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
TSP-base LNS.
- getUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- getUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Sliding TSP operator.
- getUseTspOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Sliding TSP operator.
- getUseTspOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- getUseTspOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Sliding TSP operator.
- getUseTspOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Sliding TSP operator.
- getUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- getUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- getUseUnfilteredFirstSolutionStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- getValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
optional double value = 1;
- getValue() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
optional double value = 1;
- getValue() - Method in interface com.google.ortools.linearsolver.OptionalDoubleOrBuilder
-
optional double value = 1;
- getValue(Variable) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the value of the given variable.
- getValueDescriptor() - Method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
- getValueDescriptor() - Method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.PricingRule
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
-
- getValueDescriptor() - Method in enum com.google.ortools.graph.FlowModelProto.ProblemType
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.CpSolverStatus
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.Polarity
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
-
- getValueDescriptor() - Method in enum com.google.ortools.util.OptionalBoolean
-
- getValueDescriptor() - Method in enum operations_research.pdlp.SolveLogOuterClass.PointType
-
- getValueDescriptor() - Method in enum operations_research.pdlp.SolveLogOuterClass.PolishingPhaseType
-
- getValueDescriptor() - Method in enum operations_research.pdlp.SolveLogOuterClass.RestartChoice
-
- getValueDescriptor() - Method in enum operations_research.pdlp.SolveLogOuterClass.TerminationReason
-
- getValueDescriptor() - Method in enum operations_research.pdlp.Solvers.OptimalityNorm
-
- getValueDescriptor() - Method in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.LinesearchRule
-
- getValueDescriptor() - Method in enum operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.RestartStrategy
-
- getValues(int) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- getValues(int) - Method in class com.google.ortools.sat.CpSolverSolution
-
repeated int64 values = 1;
- getValues(int) - Method in interface com.google.ortools.sat.CpSolverSolutionOrBuilder
-
repeated int64 values = 1;
- getValues(int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- getValues(int) - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int64 values = 2;
- getValues(int) - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int64 values = 2;
- getValues(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- getValues(int) - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int64 values = 2;
- getValues(int) - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int64 values = 2;
- getValuesCount() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- getValuesCount() - Method in class com.google.ortools.sat.CpSolverSolution
-
repeated int64 values = 1;
- getValuesCount() - Method in interface com.google.ortools.sat.CpSolverSolutionOrBuilder
-
repeated int64 values = 1;
- getValuesCount() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- getValuesCount() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int64 values = 2;
- getValuesCount() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int64 values = 2;
- getValuesCount() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- getValuesCount() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int64 values = 2;
- getValuesCount() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int64 values = 2;
- getValueSelectionSchema() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This parameter describes which value to select for a given var.
- getValuesList() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- getValuesList() - Method in class com.google.ortools.sat.CpSolverSolution
-
repeated int64 values = 1;
- getValuesList() - Method in interface com.google.ortools.sat.CpSolverSolutionOrBuilder
-
repeated int64 values = 1;
- getValuesList() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- getValuesList() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int64 values = 2;
- getValuesList() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int64 values = 2;
- getValuesList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- getValuesList() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int64 values = 2;
- getValuesList() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int64 values = 2;
- getVariable() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- getVariable(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariable(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariable(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- getVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters
-
Each time a conflict is found, the activities of some variables are
increased by one.
- getVariableActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- getVariableBoundGapsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_avg = 15;
- getVariableBoundGapsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double variable_bound_gaps_avg = 15;
- getVariableBoundGapsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_avg = 15;
- getVariableBoundGapsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_l2_norm = 26;
- getVariableBoundGapsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double variable_bound_gaps_l2_norm = 26;
- getVariableBoundGapsL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_l2_norm = 26;
- getVariableBoundGapsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- getVariableBoundGapsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- getVariableBoundGapsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- getVariableBoundGapsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_min = 14;
- getVariableBoundGapsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double variable_bound_gaps_min = 14;
- getVariableBoundGapsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_min = 14;
- getVariableBoundGapsNumFinite() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- getVariableBoundGapsNumFinite() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- getVariableBoundGapsNumFinite() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- getVariableBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableCount() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariableCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableIndex(int) - Method in class com.google.ortools.modelbuilder.AffineExpression
-
- getVariableIndex(int) - Method in class com.google.ortools.modelbuilder.ConstantExpression
-
- getVariableIndex(int) - Method in interface com.google.ortools.modelbuilder.LinearExpr
-
Returns the index of the ith variable.
- getVariableIndex(int) - Method in class com.google.ortools.modelbuilder.WeightedSumExpression
-
- getVariableIndex(int) - Method in class com.google.ortools.sat.AffineExpression
-
- getVariableIndex(int) - Method in class com.google.ortools.sat.ConstantExpression
-
- getVariableIndex(int) - Method in class com.google.ortools.sat.DoubleLinearExpr
-
Returns the ith variable.
- getVariableIndex(int) - Method in interface com.google.ortools.sat.LinearExpr
-
Returns the index of the ith variable.
- getVariableIndex(int) - Method in class com.google.ortools.sat.WeightedSumExpression
-
- getVariableList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariableList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariableOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariableOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Deprecated.
- getVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Deprecated.
- getVariableOverrides() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Deprecated.
- getVariableOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getVariableOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getVariableOverridesCount() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesMap() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrDefault(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrDefault(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrDefault(int, MPVariableProto) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrThrow(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariables(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariables(int) - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariables(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariables(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- getVariables(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
-
The variables to be considered for the next decision.
- getVariables(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
The variables to be considered for the next decision.
- getVariablesBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesCount() - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariablesCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariablesCount() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- getVariablesCount() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
The variables to be considered for the next decision.
- getVariablesCount() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
The variables to be considered for the next decision.
- getVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategy() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategyValue() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariablesList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesList() - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariablesList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariablesList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- getVariablesList() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
The variables to be considered for the next decision.
- getVariablesList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
The variables to be considered for the next decision.
- getVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolution
-
repeated double variable_value = 2 [packed = true];
- getVariableValue(int) - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
repeated double variable_value = 2 [packed = true];
- getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValue(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValue(int) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolution
-
repeated double variable_value = 2 [packed = true];
- getVariableValueCount() - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
repeated double variable_value = 2 [packed = true];
- getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolution
-
repeated double variable_value = 2 [packed = true];
- getVariableValueList() - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
repeated double variable_value = 2 [packed = true];
- getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Variable values in the same order as the MPModelProto::variable field.
- getVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
var_index[i] is the variable index (w.r.t.
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
var_index[i] is the variable index (w.r.t.
- getVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Variable index (w.r.t.
- getVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
Variable index (w.r.t.
- getVarIndex() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
Variable index (w.r.t.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Variable index (w.r.t.
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Variable index (w.r.t.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated int32 var_index = 1 [packed = true];
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
var_index[i] is the variable index (w.r.t.
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
var_index[i] is the variable index (w.r.t.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Variable index (w.r.t.
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Variable index (w.r.t.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
var_index[i] is the variable index (w.r.t.
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
var_index[i] is the variable index (w.r.t.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Variable index (w.r.t.
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Variable index (w.r.t.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated int32 var_index = 1 [packed = true];
- getVarIntegrality(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVarLowerBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVarName(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVarNames(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- getVarNames(int) - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The names of the problem variables.
- getVarNames(int) - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The names of the problem variables.
- getVarNamesBytes(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- getVarNamesBytes(int) - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The names of the problem variables.
- getVarNamesBytes(int) - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The names of the problem variables.
- getVarNamesCount() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- getVarNamesCount() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The names of the problem variables.
- getVarNamesCount() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The names of the problem variables.
- getVarNamesList() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- getVarNamesList() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The names of the problem variables.
- getVarNamesList() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The names of the problem variables.
- getVarObjectiveCoefficient(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVars(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of variables.
- getVars(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
The sequence of variables.
- getVars(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
The sequence of variables.
- getVars(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- getVars(int) - Method in class com.google.ortools.sat.CpObjectiveProto
-
The linear terms of the objective to minimize.
- getVars(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
The linear terms of the objective to minimize.
- getVars(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated int32 vars = 3;
- getVars(int) - Method in class com.google.ortools.sat.ElementConstraintProto
-
repeated int32 vars = 3;
- getVars(int) - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
repeated int32 vars = 3;
- getVars(int) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.ListOfVariablesProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.ListOfVariablesProtoOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of variables.
- getVarsCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
The sequence of variables.
- getVarsCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
The sequence of variables.
- getVarsCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- getVarsCount() - Method in class com.google.ortools.sat.CpObjectiveProto
-
The linear terms of the objective to minimize.
- getVarsCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
The linear terms of the objective to minimize.
- getVarsCount() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated int32 vars = 3;
- getVarsCount() - Method in class com.google.ortools.sat.ElementConstraintProto
-
repeated int32 vars = 3;
- getVarsCount() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
repeated int32 vars = 3;
- getVarsCount() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.ListOfVariablesProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVarSelectionSchema() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This parameter describes how the next variable to instantiate
will be chosen.
- getVarsList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of variables.
- getVarsList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
The sequence of variables.
- getVarsList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
The sequence of variables.
- getVarsList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- getVarsList() - Method in class com.google.ortools.sat.CpObjectiveProto
-
The linear terms of the objective to minimize.
- getVarsList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
The linear terms of the objective to minimize.
- getVarsList() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated int32 vars = 3;
- getVarsList() - Method in class com.google.ortools.sat.ElementConstraintProto
-
repeated int32 vars = 3;
- getVarsList() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
repeated int32 vars = 3;
- getVarsList() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.ListOfVariablesProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVarUpperBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Value the above variable should take.
- getVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
Value the above variable should take.
- getVarValue() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
Value the above variable should take.
- getVarValue(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- getVarValue(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated double var_value = 2 [packed = true];
- getVarValue(int) - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated double var_value = 2 [packed = true];
- getVarValueCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- getVarValueCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated double var_value = 2 [packed = true];
- getVarValueCount() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated double var_value = 2 [packed = true];
- getVarValueList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- getVarValueList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated double var_value = 2 [packed = true];
- getVarValueList() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated double var_value = 2 [packed = true];
- getVehicle_class() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- getVehicleClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of different vehicle classes in the model.
- getVehicleClassIndexOfVehicle(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetVehicleOfClass(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns a vehicle of the given vehicle class, and -1 if there are no
vehicles for this class.
- getVehicles_per_vehicle_class() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- GetVehiclesRequiringAResource() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetVehicleTypeContainer() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getVerbosityLevel() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The verbosity of logging.
- getVerbosityLevel() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The verbosity of logging.
- getVerbosityLevel() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The verbosity of logging.
- getVersionString() - Static method in class com.google.ortools.init.OrToolsVersion
-
Returns the string version of OR-Tools.
- getViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How long violation_ls should wait before perturbating a solution.
- getViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters
-
How long violation_ls should wait before perturbating a solution.
- getViolationLsPerturbationPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How long violation_ls should wait before perturbating a solution.
- getVisitType(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetVisitTypePolicy(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getWallTime() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns the elapsed time since the creation of the solver.
- getWallTime() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getWallTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The time counted from the beginning of the Solve() call.
- getWallTime() - Method in class com.google.ortools.sat.CpSolverResponse
-
The time counted from the beginning of the Solve() call.
- getWallTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The time counted from the beginning of the Solve() call.
- getWeight(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- getWeight(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Optional: SOS weights.
- getWeight(int) - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Optional: SOS weights.
- getWeightCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- getWeightCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Optional: SOS weights.
- getWeightCount() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Optional: SOS weights.
- getWeightList() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- getWeightList() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Optional: SOS weights.
- getWeightList() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Optional: SOS weights.
- getX_anchors() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation
-
The set of *increasing* anchor cumul values for the interpolation.
- getXIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- getXIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
repeated int32 x_intervals = 1;
- getXIntervals(int) - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
repeated int32 x_intervals = 1;
- getXIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- getXIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
repeated int32 x_intervals = 1;
- getXIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
repeated int32 x_intervals = 1;
- getXIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- getXIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
repeated int32 x_intervals = 1;
- getXIntervalsList() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
repeated int32 x_intervals = 1;
- getY_anchors() - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation
-
The y values used for the interpolation:
For any x anchor value, let i be an index such that
x_anchors[i] ≤ x < x_anchors[i+1], then the y value for x is
y_anchors[i] * (1-λ) + y_anchors[i+1] * λ, with
λ = (x - x_anchors[i]) / (x_anchors[i+1] - x_anchors[i]).
- getYIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- getYIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
Same size as x_intervals.
- getYIntervals(int) - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
Same size as x_intervals.
- getYIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- getYIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
Same size as x_intervals.
- getYIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
Same size as x_intervals.
- getYIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- getYIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
Same size as x_intervals.
- getYIntervalsList() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
Same size as x_intervals.
- GLOBAL_CHEAPEST_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
--- Variable-based heuristics ---
Iteratively connect two nodes which produce the cheapest route segment.
- GlobalVehicleBreaksConstraint - Class in com.google.ortools.constraintsolver
-
GlobalVehicleBreaksConstraint ensures breaks constraints are enforced on
all vehicles in the dimension passed to its constructor.
It is intended to be used for dimensions representing time.
A break constraint ensures break intervals fit on the route of a vehicle.
For a given vehicle, it forces break intervals to be disjoint from visit
intervals, where visit intervals start at CumulVar(node) and last for
node_visit_transit[node].
- GlobalVehicleBreaksConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
-
- GlobalVehicleBreaksConstraint(RoutingDimension) - Constructor for class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
-
- GlobalVehicleBreaksConstraint_initialPropagate(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- GlobalVehicleBreaksConstraint_post(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- GlobalVehicleBreaksConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- GlobalVehicleBreaksConstraint_toString(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- GLOP_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Recommended default for LP models.
- GLOP_PARAMETERS_FIELD_NUMBER - Static variable in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
- GlopParameters - Class in com.google.ortools.glop
-
next id = 70
- GlopParameters.Builder - Class in com.google.ortools.glop
-
next id = 70
- GlopParameters.CostScalingAlgorithm - Enum in com.google.ortools.glop
-
This is only used if use_scaling is true.
- GlopParameters.InitialBasisHeuristic - Enum in com.google.ortools.glop
-
Heuristics to use in the primal simplex to remove fixed slack variables
from the initial basis.
- GlopParameters.PricingRule - Enum in com.google.ortools.glop
-
General strategy used during pricing.
- GlopParameters.ScalingAlgorithm - Enum in com.google.ortools.glop
-
Supported algorithms for scaling:
EQUILIBRATION - progressive scaling by row and column norms until the
marginal difference passes below a threshold.
- GlopParameters.SolverBehavior - Enum in com.google.ortools.glop
-
Like a Boolean with an extra value to let the algorithm decide what is the
best choice.
- GlopParametersOrBuilder - Interface in com.google.ortools.glop
-
- GLPK_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
GLPK_LINEAR_PROGRAMMING = 1;
- GLPK_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
GLPK_MIXED_INTEGER_PROGRAMMING = 4;
- GLUCOSE_DECAY_INCREMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- GLUCOSE_DECAY_INCREMENT_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- GLUCOSE_MAX_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- GREEDY_DESCENT_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
Accepts improving (cost-reducing) local search neighbors until a local
minimum is reached.
- GUIDED_LOCAL_SEARCH_LAMBDA_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- GUIDED_LOCAL_SEARCH_RESET_PENALTIES_ON_NEW_BEST_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- GUIDED_LOCAL_SEARCH_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
Uses guided local search to escape local minima
(cf.
- GUIDED_SAT_CONFLICTS_CHUNK_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- GUROBI_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Commercial, needs a valid license.
- GUROBI_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Commercial, needs a valid license.
- HANDLE_SOME_PRIMAL_GRADIENTS_ON_FINITE_BOUNDS_AS_RESIDUALS_FIELD_NUMBER - Static variable in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
- HARRIS_TOLERANCE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- hasAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- hasAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- hasAbsConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- hasAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- hasAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- hasAbsoluteGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- hasActiveDualVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- hasActiveDualVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
The number of dual variables that have a different bound status than they
did at the last restart.
- hasActiveDualVariableChange() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- hasActiveDualVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of dual variables that are not at their bounds.
- hasActiveDualVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
The number of dual variables that are not at their bounds.
- hasActiveDualVariableCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
The number of dual variables that are not at their bounds.
- hasActivePrimalVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- hasActivePrimalVariableChange() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
The number of primal variables that have a different bound status than they
did at the last restart.
- hasActivePrimalVariableChange() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- hasActivePrimalVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of primal variables that are not at their bounds.
- hasActivePrimalVariableCount() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
The number of primal variables that are not at their bounds.
- hasActivePrimalVariableCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
The number of primal variables that are not at their bounds.
- hasAdaptiveLinesearchParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- hasAdaptiveLinesearchParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- hasAdaptiveLinesearchParameters() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- hasAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- hasAddCgCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- hasAddCgCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- hasAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate clique cuts from the binary implication graph.
- hasAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate clique cuts from the binary implication graph.
- hasAddCliqueCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate clique cuts from the binary implication graph.
- hasAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- hasAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- hasAddLinMaxCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- hasAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- hasAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- hasAddLpConstraintsLazily() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- hasAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate MIR cuts at root node.
- hasAddMirCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate MIR cuts at root node.
- hasAddMirCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate MIR cuts at root node.
- hasAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up? We can always do that since our objective is integer, and
combined with MIR heuristic to reduce the coefficient of such cut, it can
help.
- hasAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up? We can always do that since our objective is integer, and
combined with MIR heuristic to reduce the coefficient of such cut, it can
help.
- hasAddObjectiveCut() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up? We can always do that since our objective is integer, and
combined with MIR heuristic to reduce the coefficient of such cut, it can
help.
- hasAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate Zero-Half cuts at root node.
- hasAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate Zero-Half cuts at root node.
- hasAddZeroHalfCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate Zero-Half cuts at root node.
- hasAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- hasAllDiff() - Method in class com.google.ortools.sat.ConstraintProto
-
The all_diff constraint forces all variables to take different values.
- hasAllDiff() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The all_diff constraint forces all variables to take different values.
- hasAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- hasAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- hasAllowSimplexAlgorithmChange() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- hasAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- hasAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- hasAlsoBumpVariablesInConflictReasons() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- hasAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- hasAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "and" constraints must be Boolean.
- hasAndConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "and" constraints must be Boolean.
- hasAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- hasAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Stores an assignment of the problem variables.
- hasAssignment() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Stores an assignment of the problem variables.
- hasAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- hasAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- hasAtMostOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- hasAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- hasAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- hasAutoDetectGreaterThanAtLeastOneOf() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- hasAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- hasAutomaton() - Method in class com.google.ortools.sat.ConstraintProto
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- hasAutomaton() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- hasBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- hasBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
optional string baseline_model_file_path = 1;
- hasBaselineModelFilePath() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
optional string baseline_model_file_path = 1;
- hasBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of iterations between two basis refactorizations.
- hasBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
Number of iterations between two basis refactorizations.
- hasBasisRefactorizationPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Number of iterations between two basis refactorizations.
- hasBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
This field is only filled for MIP problems.
- hasBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
This field is only filled for MIP problems.
- hasBestObjectiveBound() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
This field is only filled for MIP problems.
- hasBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- hasBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- hasBinaryMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- hasBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- hasBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- hasBinarySearchNumConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- hasBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- hasBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- hasBlockingRestartMultiplier() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- hasBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- hasBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- hasBlockingRestartWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- hasBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- hasBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_and constraint forces all of the literals to be true.
- hasBoolAnd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_and constraint forces all of the literals to be true.
- hasBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- hasBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- hasBooleanEncodingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- hasBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- hasBoolOr() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_or constraint forces at least one literal to be true.
- hasBoolOr() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_or constraint forces at least one literal to be true.
- hasBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- hasBoolXor() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_xor constraint forces an odd number of the literals to be true.
- hasBoolXor() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_xor constraint forces an odd number of the literals to be true.
- hasBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional int32 branching_priority = 6 [default = 0];
- hasBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
optional int32 branching_priority = 6 [default = 0];
- hasBranchingPriority() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
optional int32 branching_priority = 6 [default = 0];
- HasBreakConstraints() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns true if any break interval or break distance was defined.
- hasCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
Type of the candidate point described by this ConvergenceInformation.
- hasCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
Type of the candidate point described by this ConvergenceInformation.
- hasCandidateType() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
Type of the candidate point described by this ConvergenceInformation.
- hasCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Type of the point used to compute the InfeasibilityInformation.
- hasCandidateType() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
Type of the point used to compute the InfeasibilityInformation.
- hasCandidateType() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
Type of the point used to compute the InfeasibilityInformation.
- hasCapacity() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Capacity of the arc.
- hasCapacity() - Method in class com.google.ortools.graph.FlowArcProto
-
Capacity of the arc.
- hasCapacity() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
Capacity of the arc.
- hasCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- hasCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- hasCapacity() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- hasCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- hasCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- hasCatchSigintSignal() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- hasChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- hasChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- hasChangeStatusToImprecise() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- hasCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- hasCircuit() - Method in class com.google.ortools.sat.ConstraintProto
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- hasCircuit() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- hasClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Clause activity parameters (same effect as the one on the variables).
- hasClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters
-
Clause activity parameters (same effect as the one on the variables).
- hasClauseActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Clause activity parameters (same effect as the one on the variables).
- hasClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- hasClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- hasClauseCleanupLbdBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- hasClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- hasClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- hasClauseCleanupOrdering() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- hasClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- hasClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- hasClauseCleanupPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- hasClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- hasClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- hasClauseCleanupProtection() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- hasClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- hasClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- hasClauseCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- hasClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- hasClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
-
During a cleanup, we will always keep that number of "deletable" clauses.
- hasClauseCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- hasCombinedBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_avg = 11;
- hasCombinedBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_bounds_avg = 11;
- hasCombinedBoundsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_avg = 11;
- hasCombinedBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_l2_norm = 24;
- hasCombinedBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_bounds_l2_norm = 24;
- hasCombinedBoundsL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_l2_norm = 24;
- hasCombinedBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- hasCombinedBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Statistics of the combined vector of the constraint lower and upper bounds.
- hasCombinedBoundsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- hasCombinedBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_min = 10;
- hasCombinedBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_bounds_min = 10;
- hasCombinedBoundsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_min = 10;
- hasCombinedVariableBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_avg = 30;
- hasCombinedVariableBoundsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_variable_bounds_avg = 30;
- hasCombinedVariableBoundsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_avg = 30;
- hasCombinedVariableBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_l2_norm = 31;
- hasCombinedVariableBoundsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_variable_bounds_l2_norm = 31;
- hasCombinedVariableBoundsL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_l2_norm = 31;
- hasCombinedVariableBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the variable lower and upper bounds.
- hasCombinedVariableBoundsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Statistics of the combined vector of the variable lower and upper bounds.
- hasCombinedVariableBoundsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Statistics of the combined vector of the variable lower and upper bounds.
- hasCombinedVariableBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_min = 29;
- hasCombinedVariableBoundsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double combined_variable_bounds_min = 29;
- hasCombinedVariableBoundsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_min = 29;
- hasComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Compute estimated impact at each iteration when true; only once when false.
- hasComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters
-
Compute estimated impact at each iteration when true; only once when false.
- hasComputeEstimatedImpact() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Compute estimated impact at each iteration when true; only once when false.
- hasConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional double constant = 2;
- hasConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
optional double constant = 2;
- hasConstant() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
optional double constant = 2;
- hasConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- hasConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
The constraint activated by the indicator variable.
- hasConstraint() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
The constraint activated by the indicator variable.
- hasConstraintMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_avg = 8;
- hasConstraintMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double constraint_matrix_abs_avg = 8;
- hasConstraintMatrixAbsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_abs_avg = 8;
- hasConstraintMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- hasConstraintMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- hasConstraintMatrixAbsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- hasConstraintMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_min = 7;
- hasConstraintMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double constraint_matrix_abs_min = 7;
- hasConstraintMatrixAbsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_abs_min = 7;
- hasConstraintMatrixColMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Minimum row and column infinity norms of the constraint matrix.
- hasConstraintMatrixColMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Minimum row and column infinity norms of the constraint matrix.
- hasConstraintMatrixColMinLInfNorm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Minimum row and column infinity norms of the constraint matrix.
- hasConstraintMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_l2_norm = 25;
- hasConstraintMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double constraint_matrix_l2_norm = 25;
- hasConstraintMatrixL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_l2_norm = 25;
- hasConstraintMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
The number of (finite) nonzero entries in the constraint matrix.
- hasConstraintMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
The number of (finite) nonzero entries in the constraint matrix.
- hasConstraintMatrixNumNonzeros() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
The number of (finite) nonzero entries in the constraint matrix.
- hasConstraintMatrixRowMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- hasConstraintMatrixRowMinLInfNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- hasConstraintMatrixRowMinLInfNorm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- hasConstraintSolverStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- hasConstraintSolverStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Constraint solver statistics.
- hasConstraintSolverStatistics() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Constraint solver statistics.
- hasConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Temporary flag util the feature is more mature.
- hasConvertIntervals() - Method in class com.google.ortools.sat.SatParameters
-
Temporary flag util the feature is more mature.
- hasConvertIntervals() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Temporary flag util the feature is more mature.
- hasCorrectedDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- hasCorrectedDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- hasCorrectedDualObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- hasCostScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- hasCostScaling() - Method in class com.google.ortools.glop.GlopParameters
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- hasCostScaling() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- hasCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- hasCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- hasCountAssumptionLevelsInLbd() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- hasCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- hasCoverOptimization() - Method in class com.google.ortools.sat.SatParameters
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- hasCoverOptimization() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- hasCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we presolve the cp_model before solving it.
- hasCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Whether we presolve the cp_model before solving it.
- hasCpModelPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we presolve the cp_model before solving it.
- hasCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much effort do we spend on probing.
- hasCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much effort do we spend on probing.
- hasCpModelProbingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much effort do we spend on probing.
- hasCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- hasCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Whether we also use the sat presolve when cp_model_presolve is true.
- hasCpModelUseSatPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- hasCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- hasCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- hasCrossoverBoundSnappingDistance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- hasCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- hasCumulative() - Method in class com.google.ortools.sat.ConstraintProto
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- hasCumulative() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- hasCumulativeKktMatrixPasses() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- hasCumulativeKktMatrixPasses() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- hasCumulativeKktMatrixPasses() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- hasCumulativeRejectedSteps() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- hasCumulativeRejectedSteps() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- hasCumulativeRejectedSteps() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- hasCumulativeTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- hasCumulativeTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- hasCumulativeTimeSec() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- hasCumulVarSoftLowerBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns true if a soft lower bound has been set for a given variable
index.
- hasCumulVarSoftUpperBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns true if a soft upper bound has been set for a given variable
index.
- hasCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- hasCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters
-
optional double cut_active_count_decay = 156 [default = 0.8];
- hasCutActiveCountDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- hasCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Target number of constraints to remove during cleanup.
- hasCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
-
Target number of constraints to remove during cleanup.
- hasCutCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Target number of constraints to remove during cleanup.
- hasCutLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Control the global cut effort.
- hasCutLevel() - Method in class com.google.ortools.sat.SatParameters
-
Control the global cut effort.
- hasCutLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Control the global cut effort.
- hasCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
These parameters are similar to sat clause management activity parameters.
- hasCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters
-
These parameters are similar to sat clause management activity parameters.
- hasCutMaxActiveCountValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
These parameters are similar to sat clause management activity parameters.
- hasDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if we do not manage to complete the hint into a full solution.
- hasDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters
-
Crash if we do not manage to complete the hint into a full solution.
- hasDebugCrashOnBadHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Crash if we do not manage to complete the hint into a full solution.
- hasDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, try to stop just after that many presolve rules have been
applied.
- hasDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters
-
If positive, try to stop just after that many presolve rules have been
applied.
- hasDebugMaxNumPresolveOperations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If positive, try to stop just after that many presolve rules have been
applied.
- hasDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We have two different postsolve code.
- hasDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters
-
We have two different postsolve code.
- hasDebugPostsolveWithFullSolver() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We have two different postsolve code.
- hasDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
HACK.
- hasDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters
-
HACK.
- hasDecomposedProblemMinTimeInSeconds() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
HACK.
- hasDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- hasDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- hasDecomposerNumVariablesThreshold() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- hasDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- hasDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- hasDefaultRestartAlgorithms() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- hasDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- hasDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- hasDefaultSolverOptimizerSets() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- hasDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- hasDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- hasDegenerateMinistepFactor() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- hasDetailedOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- hasDetailedOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- hasDetailedOptimalityCriteria() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- hasDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- hasDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- hasDetectTableWithCost() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- hasDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Devex weights will be reset to 1.0 after that number of updates.
- hasDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
Devex weights will be reset to 1.0 after that number of updates.
- hasDevexWeightsResetPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Devex weights will be reset to 1.0 after that number of updates.
- hasDiagonalQpTrustRegionSolverTolerance() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- hasDiagonalQpTrustRegionSolverTolerance() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- hasDiagonalQpTrustRegionSolverTolerance() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- hasDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if a dimension exists for a given dimension name.
- hasDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, it disable all constraint expansion.
- hasDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters
-
If true, it disable all constraint expansion.
- hasDisableConstraintExpansion() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, it disable all constraint expansion.
- hasDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- hasDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- hasDisableSchedulingBewareThisMayDegradePerformance() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- hasDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, registers more lns subsolvers with different parameters.
- hasDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters
-
If true, registers more lns subsolvers with different parameters.
- hasDiversifyLnsParams() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, registers more lns subsolvers with different parameters.
- hasDropTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- hasDropTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- hasDropTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- hasDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- hasDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- hasDualFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- hasDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- hasDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- hasDualizerThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- hasDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The dual objective.
- hasDualObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The dual objective.
- hasDualObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The dual objective.
- hasDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- hasDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- hasDualPricePrioritizeNorm() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- hasDualRayObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The objective of the linear program labeled (1) in the previous paragraph.
- hasDualRayObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
The objective of the linear program labeled (1) in the previous paragraph.
- hasDualRayObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
The objective of the linear program labeled (1) in the previous paragraph.
- hasDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Like small_pivot_threshold but for the dual simplex.
- hasDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Like small_pivot_threshold but for the dual simplex.
- hasDualSmallPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Like small_pivot_threshold but for the dual simplex.
- hasDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- hasDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for dual feasibility.
- hasDualTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for dual feasibility.
- hasDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- hasDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto
-
This constraint is not meant to be used and will be rejected by the
solver.
- hasDummyConstraint() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
This constraint is not meant to be used and will be rejected by the
solver.
- hasDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- hasDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- hasDynamicallyAdjustRefactorizationPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- hasElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- hasElement() - Method in class com.google.ortools.sat.ConstraintProto
-
The element constraint forces the variable with the given index
to be equal to the target.
- hasElement() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The element constraint forces the variable with the given index
to be equal to the target.
- hasEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- hasEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- hasEnableInternalSolverOutput() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- hasEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- hasEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- hasEncodeComplexLinearConstraintWithInteger() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- hasEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- hasEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto end = 5;
- hasEnd() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto end = 5;
- hasEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we enumerate all solutions of a problem without objective.
- hasEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters
-
Whether we enumerate all solutions of a problem without objective.
- hasEnumerateAllSolutions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we enumerate all solutions of a problem without objective.
- hasEpsDualInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility.
- hasEpsDualInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility.
- hasEpsDualInfeasible() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility.
- hasEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- hasEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- hasEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
- hasEpsOptimalDualResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the dual residual.
- hasEpsOptimalDualResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the dual residual.
- hasEpsOptimalDualResidualAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the dual residual.
- hasEpsOptimalDualResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the dual residual.
- hasEpsOptimalDualResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the dual residual.
- hasEpsOptimalDualResidualRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the dual residual.
- hasEpsOptimalObjectiveGapAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the objective gap.
- hasEpsOptimalObjectiveGapAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the objective gap.
- hasEpsOptimalObjectiveGapAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the objective gap.
- hasEpsOptimalObjectiveGapRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the objective gap.
- hasEpsOptimalObjectiveGapRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the objective gap.
- hasEpsOptimalObjectiveGapRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the objective gap.
- hasEpsOptimalPrimalResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual.
- hasEpsOptimalPrimalResidualAbsolute() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the primal residual.
- hasEpsOptimalPrimalResidualAbsolute() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the primal residual.
- hasEpsOptimalPrimalResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the primal residual.
- hasEpsOptimalPrimalResidualRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the primal residual.
- hasEpsOptimalPrimalResidualRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the primal residual.
- hasEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- hasEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- hasEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalRelative() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalRelative() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
- hasEpsPrimalInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility.
- hasEpsPrimalInfeasible() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility.
- hasEpsPrimalInfeasible() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility.
- hasExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- hasExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto
-
The exactly_one constraint force exactly one literal to true and no more.
- hasExactlyOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The exactly_one constraint force exactly one literal to true and no more.
- hasExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand all_different constraints that are not permutations.
- hasExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters
-
If true, expand all_different constraints that are not permutations.
- hasExpandAlldiffConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, expand all_different constraints that are not permutations.
- hasExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- hasExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- hasExpandReservoirConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- hasExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- hasExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- hasExploitAllLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- hasExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool exploit_all_precedences = 220 [default = false];
- hasExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters
-
optional bool exploit_all_precedences = 220 [default = false];
- hasExploitAllPrecedences() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool exploit_all_precedences = 220 [default = false];
- hasExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best solution value.
- hasExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters
-
When branching on a variable, follow the last best solution value.
- hasExploitBestSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching on a variable, follow the last best solution value.
- hasExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- hasExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- hasExploitIntegerLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- hasExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- hasExploitObjective() - Method in class com.google.ortools.sat.SatParameters
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- hasExploitObjective() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- hasExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best relaxation solution
value.
- hasExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters
-
When branching on a variable, follow the last best relaxation solution
value.
- hasExploitRelaxationSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching on a variable, follow the last best relaxation solution
value.
- hasExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- hasExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- hasExploitSingletonColumnInInitialBasis() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- hasExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- hasExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- hasExploitSymmetryInSatFirstSolution() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- hasFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The following feasibility_jump parameters are meant to be used by the
solver on the different workers that use feasibility_jump.
- hasFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters
-
The following feasibility_jump parameters are meant to be used by the
solver on the different workers that use feasibility_jump.
- hasFeasibilityJumpDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The following feasibility_jump parameters are meant to be used by the
solver on the different workers that use feasibility_jump.
- hasFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- hasFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- hasFeasibilityJumpEnableRestarts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- hasFeasibilityJumpMaxNumValuesScanned() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of values scanned when scanning the domain of a variable.
- hasFeasibilityJumpMaxNumValuesScanned() - Method in class com.google.ortools.sat.SatParameters
-
Max number of values scanned when scanning the domain of a variable.
- hasFeasibilityJumpMaxNumValuesScanned() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max number of values scanned when scanning the domain of a variable.
- hasFeasibilityJumpProtectLinearFeasibility() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Feasibility jump focuses on the linear model, then switches to the full
model when a linear feasible assignment is found.
- hasFeasibilityJumpProtectLinearFeasibility() - Method in class com.google.ortools.sat.SatParameters
-
Feasibility jump focuses on the linear model, then switches to the full
model when a linear feasible assignment is found.
- hasFeasibilityJumpProtectLinearFeasibility() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Feasibility jump focuses on the linear model, then switches to the full
model when a linear feasible assignment is found.
- hasFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- hasFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- hasFeasibilityJumpVarPerburbationRangeRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- hasFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- hasFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- hasFeasibilityJumpVarRandomizationProbability() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- hasFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the feasibility phase.
- hasFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters
-
PricingRule to use during the feasibility phase.
- hasFeasibilityRule() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
PricingRule to use during the feasibility phase.
- hasFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- hasFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- hasFillAdditionalSolutionsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- hasFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- hasFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- hasFillTightenedDomainsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- hasFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- hasFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- hasFindBigLinearOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- hasFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- hasFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- hasFindMultipleCores() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- hasFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- hasFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- hasFixVariablesToTheirHintedValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- hasFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- hasFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto
-
Advanced usage.
- hasFloatingPointObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Advanced usage.
- hasFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- hasFpRounding() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- hasFpRounding() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- HasFragments() - Method in class com.google.ortools.constraintsolver.BaseLns
-
- HasFragments() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- HasGlobalCumulOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns whether the given dimension has global/local cumul optimizers.
- hasGlopParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- hasGlopParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
Parameters to control glop's presolver.
- hasGlopParameters() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
Parameters to control glop's presolver.
- hasGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- hasGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters
-
optional double glucose_decay_increment = 23 [default = 0.01];
- hasGlucoseDecayIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- hasGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- hasGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- hasGlucoseDecayIncrementPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- hasGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- hasGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- hasGlucoseMaxDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- hasGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- hasGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- hasGuidedSatConflictsChunk() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- hasHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
See https://developers.google.com/optimization/lp/pdlp_math for notation.
- hasHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
See https://developers.google.com/optimization/lp/pdlp_math for notation.
- hasHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
See https://developers.google.com/optimization/lp/pdlp_math for notation.
- hasHardTypeIncompatibilities() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true iff any hard (resp.
- hasHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- hasHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- hasHarrisToleranceRatio() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- hashCode() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
- hashCode() - Method in class com.google.ortools.bop.BopParameters
-
- hashCode() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- hashCode() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- hashCode() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
- hashCode() - Method in class com.google.ortools.glop.GlopParameters
-
- hashCode() - Method in class com.google.ortools.graph.FlowArcProto
-
- hashCode() - Method in class com.google.ortools.graph.FlowModelProto
-
- hashCode() - Method in class com.google.ortools.graph.FlowNodeProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPModelProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSolution
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
- hashCode() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- hashCode() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.BoolArgumentProto
-
- hashCode() - Method in class com.google.ortools.sat.BooleanAssignment
-
- hashCode() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.ConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.CpModelProto
-
- hashCode() - Method in class com.google.ortools.sat.CpObjectiveProto
-
- hashCode() - Method in class com.google.ortools.sat.CpSolverResponse
-
- hashCode() - Method in class com.google.ortools.sat.CpSolverSolution
-
- hashCode() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
-
- hashCode() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
- hashCode() - Method in class com.google.ortools.sat.DenseMatrixProto
-
- hashCode() - Method in class com.google.ortools.sat.ElementConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
- hashCode() - Method in class com.google.ortools.sat.IntegerVariableProto
-
- hashCode() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.InverseConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.LinearArgumentProto
-
- hashCode() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
- hashCode() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
- hashCode() - Method in class com.google.ortools.sat.LinearConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.LinearExpressionProto
-
- hashCode() - Method in class com.google.ortools.sat.LinearObjective
-
- hashCode() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
- hashCode() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
- hashCode() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.SatParameters
-
- hashCode() - Method in class com.google.ortools.sat.SparsePermutationProto
-
- hashCode() - Method in class com.google.ortools.sat.SymmetryProto
-
- hashCode() - Method in class com.google.ortools.sat.TableConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
- hashCode() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
- hashCode() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- hashCode() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
- hashCode() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- hashCode() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
- hashCode() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
- hashCode() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- hashCode() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
- hashCode() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
- hashCode() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
- hashCode() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
- hashCode() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria
-
- hashCode() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
- hashCode() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria
-
- hasHead() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
optional int64 head = 2;
- hasHead() - Method in class com.google.ortools.graph.FlowArcProto
-
optional int64 head = 2;
- hasHead() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
optional int64 head = 2;
- hasHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Conflict limit used in the phase that exploit the solution hint.
- hasHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters
-
Conflict limit used in the phase that exploit the solution hint.
- hasHintConflictLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Conflict limit used in the phase that exploit the solution hint.
- hasId() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The ids must be non-negative (>= 0).
- hasId() - Method in class com.google.ortools.graph.FlowNodeProto
-
The ids must be non-negative (>= 0).
- hasId() - Method in interface com.google.ortools.graph.FlowNodeProtoOrBuilder
-
The ids must be non-negative (>= 0).
- hasIgnoreNames() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we don't keep names in our internal copy of the user given model.
- hasIgnoreNames() - Method in class com.google.ortools.sat.SatParameters
-
If true, we don't keep names in our internal copy of the user given model.
- hasIgnoreNames() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we don't keep names in our internal copy of the user given model.
- hasIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- hasIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- hasIgnoreSolverSpecificParametersFailure() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- hasImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- hasImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The improvement search limit is added to the solver if the following
parameters are set.
- hasImprovementLimitParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The improvement search limit is added to the solver if the following
parameters are set.
- hasIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- hasIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- hasIndicatorConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- hasInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Run a max-clique code amongst all the x != y we can find and try to infer
set of variables that are all different.
- hasInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters
-
Run a max-clique code amongst all the x != y we can find and try to infer
set of variables that are all different.
- hasInferAllDiffs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Run a max-clique code amongst all the x != y we can find and try to infer
set of variables that are all different.
- hasInfiniteConstraintBoundThreshold() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- hasInfiniteConstraintBoundThreshold() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- hasInfiniteConstraintBoundThreshold() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- hasInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- hasInitialBasis() - Method in class com.google.ortools.glop.GlopParameters
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- hasInitialBasis() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- hasInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- hasInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- hasInitialConditionNumberThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- hasInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- hasInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- hasInitializeDevexWithColumnNorms() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- hasInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- hasInitialPolarity() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- hasInitialPolarity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- hasInitialPrimalWeight() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- hasInitialPrimalWeight() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- hasInitialPrimalWeight() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- hasInitialStepSizeScaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- hasInitialStepSizeScaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- hasInitialStepSizeScaling() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- hasInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The initial value of the variables activity.
- hasInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters
-
The initial value of the variables activity.
- hasInitialVariablesActivity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The initial value of the variables activity.
- hasInstanceName() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The name of the optimization problem.
- hasInstanceName() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The name of the optimization problem.
- hasInstanceName() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The name of the optimization problem.
- hasInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- hasInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- hasInstantiateAllVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- hasIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- hasIntDiv() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- hasIntDiv() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- hasIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- hasIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse
-
Contains the integer objective optimized internally.
- hasIntegerObjective() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Contains the integer objective optimized internally.
- hasInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 interleave_batch_size = 134 [default = 0];
- hasInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 interleave_batch_size = 134 [default = 0];
- hasInterleaveBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 interleave_batch_size = 134 [default = 0];
- hasInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- hasInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- hasInterleaveSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- hasInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- hasInterval() - Method in class com.google.ortools.sat.ConstraintProto
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- hasInterval() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- hasIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- hasIntMod() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- hasIntMod() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- hasIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- hasIntProd() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_prod constraint forces the target to equal the product of all
variables.
- hasIntProd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_prod constraint forces the target to equal the product of all
variables.
- hasInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- hasInverse() - Method in class com.google.ortools.sat.ConstraintProto
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- hasInverse() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- hasIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
True if the variable is constrained to be integer.
- hasIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
True if the variable is constrained to be integer.
- hasIsInteger() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
True if the variable is constrained to be integer.
- hasIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
[Advanced usage: do not use this if you don't know what you're doing.]
A lazy constraint is handled differently by the core solving engine, but
it does not change the result.
- hasIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
[Advanced usage: do not use this if you don't know what you're doing.]
A lazy constraint is handled differently by the core solving engine, but
it does not change the result.
- hasIsLazy() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
[Advanced usage: do not use this if you don't know what you're doing.]
A lazy constraint is handled differently by the core solving engine, but
it does not change the result.
- hasIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional int32 iteration_count = 5;
- hasIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional int32 iteration_count = 5;
- hasIterationCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional int32 iteration_count = 5;
- hasIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The total number of iterations during the solve.
- hasIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The total number of iterations during the solve.
- hasIterationCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The total number of iterations during the solve.
- hasIterationLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- hasIterationLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- hasIterationLimit() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- hasIterationNumber() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The iteration number at which these stats were recorded.
- hasIterationNumber() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The iteration number at which these stats were recorded.
- hasIterationNumber() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The iteration number at which these stats were recorded.
- hasKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- hasKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- hasKeepAllFeasibleSolutionsInPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- hasKktMatrixPassLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- hasKktMatrixPassLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- hasKktMatrixPassLimit() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- hasL2DualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the violations of dual constraints.
- hasL2DualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The l_2 norm of the violations of dual constraints.
- hasL2DualResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The l_2 norm of the violations of dual constraints.
- hasL2DualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the dual variables.
- hasL2DualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The l_2 norm of the dual variables.
- hasL2DualVariable() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The l_2 norm of the dual variables.
- hasL2NormRescaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- hasL2NormRescaling() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- hasL2NormRescaling() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- hasL2PrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the violations of primal constraints.
- hasL2PrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The l_2 norm of the violations of primal constraints.
- hasL2PrimalResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The l_2 norm of the violations of primal constraints.
- hasL2PrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the primal variables.
- hasL2PrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The l_2 norm of the primal variables.
- hasL2PrimalVariable() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The l_2 norm of the primal variables.
- hasLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- hasLinear() - Method in class com.google.ortools.sat.ConstraintProto
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- hasLinear() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- hasLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- hasLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- hasLinearizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- hasLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- hasLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- hasLinearSplitSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- hasLinesearchContractionFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- hasLinesearchContractionFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- hasLinesearchContractionFactor() - Method in interface operations_research.pdlp.Solvers.MalitskyPockParamsOrBuilder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- hasLinesearchRule() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Linesearch rule applied at each major iteration.
- hasLinesearchRule() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Linesearch rule applied at each major iteration.
- hasLinesearchRule() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Linesearch rule applied at each major iteration.
- hasLInfComponentwiseDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
- hasLInfComponentwiseDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
- hasLInfComponentwiseDualResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
- hasLInfComponentwisePrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- hasLInfComponentwisePrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- hasLInfComponentwisePrimalResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- hasLInfDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- hasLInfDualResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- hasLInfDualResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- hasLInfDualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- hasLInfDualVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- hasLInfDualVariable() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- hasLInfPrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- hasLInfPrimalResidual() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- hasLInfPrimalResidual() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- hasLInfPrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- hasLInfPrimalVariable() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- hasLInfPrimalVariable() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- hasLInfRuizIterations() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- hasLInfRuizIterations() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- hasLInfRuizIterations() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- hasLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- hasLinMax() - Method in class com.google.ortools.sat.ConstraintProto
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- hasLinMax() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- hasLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- hasLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the completion search for each local search
neighbor.
- hasLnsTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the completion search for each local search
neighbor.
- HasLocalCumulOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- hasLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- hasLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- hasLocalSearchOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- hasLocalSearchStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics.
- hasLocalSearchStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Local search statistics.
- hasLocalSearchStatistics() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Local search statistics.
- hasLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates how much logging should wait before logging periodic search
information from specialized workers (lb_tree_search, probing).
- hasLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters
-
Indicates how much logging should wait before logging periodic search
information from specialized workers (lb_tree_search, probing).
- hasLogFrequencyInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Indicates how much logging should wait before logging periodic search
information from specialized workers (lb_tree_search, probing).
- hasLogIntervalSeconds() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- hasLogIntervalSeconds() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- hasLogIntervalSeconds() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- hasLogPrefix() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- hasLogPrefix() - Method in class com.google.ortools.sat.SatParameters
-
Add a prefix to all logs.
- hasLogPrefix() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a prefix to all logs.
- hasLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether the solver should log the search progress to LOG(INFO).
- hasLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters
-
Whether the solver should log the search progress to LOG(INFO).
- hasLogSearchProgress() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether the solver should log the search progress to LOG(INFO).
- hasLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs the progress of a solve to LOG(INFO).
- hasLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters
-
If true, logs the progress of a solve to LOG(INFO).
- hasLogSearchProgress() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, logs the progress of a solve to LOG(INFO).
- hasLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should log the search progress.
- hasLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters
-
Whether the solver should log the search progress.
- hasLogSearchProgress() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether the solver should log the search progress.
- hasLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should display per sub-solver search statistics.
- hasLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters
-
Whether the solver should display per sub-solver search statistics.
- hasLogSubsolverStatistics() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether the solver should display per sub-solver search statistics.
- hasLogToResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to response proto.
- hasLogToResponse() - Method in class com.google.ortools.sat.SatParameters
-
Log to response proto.
- hasLogToResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Log to response proto.
- hasLogToStdout() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs will be displayed to stdout instead of using Google log info.
- hasLogToStdout() - Method in class com.google.ortools.glop.GlopParameters
-
If true, logs will be displayed to stdout instead of using Google log info.
- hasLogToStdout() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, logs will be displayed to stdout instead of using Google log info.
- hasLogToStdout() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to stdout.
- hasLogToStdout() - Method in class com.google.ortools.sat.SatParameters
-
Log to stdout.
- hasLogToStdout() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Log to stdout.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Optional lower (resp.
- hasLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Optional lower (resp.
- hasLowerBound() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Optional lower (resp.
- hasLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Algorithm to solve linear programs.
- hasLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Algorithm to solve linear programs.
- hasLpAlgorithm() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Algorithm to solve linear programs.
- hasLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The max deterministic time given to the LP solver each time it is called.
- hasLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters
-
The max deterministic time given to the LP solver each time it is called.
- hasLpMaxDeterministicTime() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The max deterministic time given to the LP solver each time it is called.
- hasLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- hasLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- hasLuFactorizationPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- hasMainIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- hasMainIterationCount() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- hasMainIterationCount() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- hasMajorIterationFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- hasMajorIterationFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- hasMajorIterationFrequency() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- hasMalitskyPockParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- hasMalitskyPockParameters() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- hasMalitskyPockParameters() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- HasMandatoryDisjunctions() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if the model contains mandatory disjunctions (ones with
kNoPenalty as penalty).
- hasMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- hasMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- hasMarkowitzSingularityThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- hasMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- hasMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- hasMarkowitzZlatevParameter() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- hasMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- hasMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- hasMaxAllDiffCutSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- HasMaxCardinalityConstrainedDisjunctions() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if the model contains at least one disjunction which is
constrained by its max_cardinality.
- hasMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- hasMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- hasMaxClauseActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- hasMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- hasMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- hasMaxConsecutiveInactiveCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- hasMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
- hasMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = max(var_1, var_2, ..., constant)
- hasMaxConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = max(var_1, var_2, ..., constant)
- hasMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- hasMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
-
Max number of time we perform cut generation and resolve the LP at level 0.
- hasMaxCutRoundsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- hasMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum deterministic time allowed to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum deterministic time allowed to solve a problem.
- hasMaxDeterministicTime() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum deterministic time allowed to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When loading a*x + b*y ==/!= c when x and y are both fully encoded.
- hasMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters
-
When loading a*x + b*y ==/!= c when x and y are both fully encoded.
- hasMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When loading a*x + b*y ==/!= c when x and y are both fully encoded.
- hasMaxDualRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector scaled such that its infinity
norm is one.
- hasMaxDualRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector scaled such that its infinity
norm is one.
- hasMaxDualRayInfeasibility() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector scaled such that its infinity
norm is one.
- hasMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
True if the problem is a maximization problem.
- hasMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto
-
True if the problem is a maximization problem.
- hasMaximize() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
True if the problem is a maximization problem.
- hasMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- hasMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- hasMaxIntegerRoundingScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- hasMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- hasMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- hasMaxLpSolveForFeasibilityProblems() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- hasMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum memory allowed for the whole thread containing the solver.
- hasMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters
-
Maximum memory allowed for the whole thread containing the solver.
- hasMaxMemoryInMb() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum memory allowed for the whole thread containing the solver.
- hasMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of backtracks times the number of variables in Local Search,
ie.
- hasMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of backtracks times the number of variables in Local Search,
ie.
- hasMaxNumberOfBacktracksInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of backtracks times the number of variables in Local Search,
ie.
- hasMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum number of conflicts allowed to solve a problem.
- hasMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters
-
Maximum number of conflicts allowed to solve a problem.
- hasMaxNumberOfConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum number of conflicts allowed to solve a problem.
- hasMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- hasMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- hasMaxNumberOfConflictsForQuickCheck() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- hasMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- hasMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- hasMaxNumberOfConflictsInRandomLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- hasMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to generate a random solution.
- hasMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to generate a random solution.
- hasMaxNumberOfConflictsInRandomSolutionGeneration() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to generate a random solution.
- hasMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- hasMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- hasMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- hasMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of assignments the Local Search iterates on during one
try.
- hasMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters
-
The maximum number of assignments the Local Search iterates on during one
try.
- hasMaxNumberOfExploredAssignmentsPerTryInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The maximum number of assignments the Local Search iterates on during one
try.
- hasMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum number of simplex iterations to solve a problem.
- hasMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum number of simplex iterations to solve a problem.
- hasMaxNumberOfIterations() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum number of simplex iterations to solve a problem.
- hasMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- hasMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- hasMaxNumberOfReoptimizations() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- hasMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- hasMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- hasMaxNumBrokenConstraintsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- hasMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The limit on the number of cuts in our cut pool.
- hasMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters
-
The limit on the number of cuts in our cut pool.
- hasMaxNumCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The limit on the number of cuts in our cut pool.
- hasMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- hasMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- hasMaxNumDecisionsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- hasMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- hasMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- hasMaxPresolveIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- hasMaxPrimalRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector scaled such that its infinity norm is one.
- hasMaxPrimalRayInfeasibility() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector scaled such that its infinity norm is one.
- hasMaxPrimalRayInfeasibility() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector scaled such that its infinity norm is one.
- hasMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- hasMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- hasMaxSatAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- hasMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- hasMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- hasMaxSatReverseAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- hasMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- hasMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- hasMaxSatStratification() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- hasMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Create one literal for each disjunction of two pairs of tasks.
- hasMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Create one literal for each disjunction of two pairs of tasks.
- hasMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Create one literal for each disjunction of two pairs of tasks.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- hasMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- hasMaxValidMagnitude() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- hasMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- hasMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- hasMaxVariableActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- hasMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- hasMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- hasMergeAtMostOneWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- hasMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- hasMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- hasMergeNoOverlapWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- hasMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
- hasMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = min(var_1, var_2, ..., constant)
- hasMinConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = min(var_1, var_2, ..., constant)
- hasMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- hasMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- hasMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- hasMinimizeCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use a simple heuristic to try to minimize an UNSAT core.
- hasMinimizeCore() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use a simple heuristic to try to minimize an UNSAT core.
- hasMinimizeCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use a simple heuristic to try to minimize an UNSAT core.
- hasMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A different algorithm during PB resolution.
- hasMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters
-
A different algorithm during PB resolution.
- hasMinimizeReductionDuringPbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A different algorithm during PB resolution.
- hasMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
- hasMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
- hasMinimizeWithPropagationNumDecisions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
- hasMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
For now, we have a somewhat simpler implementation where every x restart we
spend y decisions on clause minimization.
- hasMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
For now, we have a somewhat simpler implementation where every x restart we
spend y decisions on clause minimization.
- hasMinimizeWithPropagationRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
For now, we have a somewhat simpler implementation where every x restart we
spend y decisions on clause minimization.
- hasMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We never follow a basis change with a pivot under this threshold.
- hasMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters
-
We never follow a basis change with a pivot under this threshold.
- hasMinimumAcceptablePivot() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We never follow a basis change with a pivot under this threshold.
- hasMinNumLnsWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If there is an objective and we are not in interleave mode, we will reserve
at least this number of worker for LNS thread.
- hasMinNumLnsWorkers() - Method in class com.google.ortools.sat.SatParameters
-
If there is an objective and we are not in interleave mode, we will reserve
at least this number of worker for LNS thread.
- hasMinNumLnsWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If there is an objective and we are not in interleave mode, we will reserve
at least this number of worker for LNS thread.
- hasMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- hasMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- hasMinOrthogonalityForLpConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- hasMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, some continuous variable might be automatically scaled.
- hasMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, some continuous variable might be automatically scaled.
- hasMipAutomaticallyScaleVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, some continuous variable might be automatically scaled.
- hasMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- hasMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- hasMipCheckPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- hasMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- hasMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- hasMipComputeTrueObjectiveBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- hasMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- hasMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- hasMipDropTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- hasMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- hasMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- hasMipMaxActivityExponent() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- hasMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- hasMipMaxBound() - Method in class com.google.ortools.sat.SatParameters
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- hasMipMaxBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- hasMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- hasMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- hasMipMaxValidMagnitude() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- hasMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- hasMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- hasMipScaleLargeDomain() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- hasMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All continuous variable of the problem will be multiplied by this factor.
- hasMipVarScaling() - Method in class com.google.ortools.sat.SatParameters
-
All continuous variable of the problem will be multiplied by this factor.
- hasMipVarScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All continuous variable of the problem will be multiplied by this factor.
- hasMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- hasMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- hasMipWantedPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- hasModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- hasModel() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
The model to be optimized by the server.
- hasModel() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
The model to be optimized by the server.
- hasModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- hasModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
The model to solve.
- hasModel() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
The model to solve.
- hasModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- hasModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage: model "delta".
- hasModelDelta() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage: model "delta".
- hasModelReductionLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double model_reduction_log_frequency_in_seconds = 218 [default = 5];
- hasModelReductionLogFrequencyInSeconds() - Method in class com.google.ortools.sat.SatParameters
-
optional double model_reduction_log_frequency_in_seconds = 218 [default = 5];
- hasModelReductionLogFrequencyInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double model_reduction_log_frequency_in_seconds = 218 [default = 5];
- hasName() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
Returns whether the object has been named or not.
- hasName(PropagationBaseObject) - Method in class com.google.ortools.constraintsolver.Solver
-
Returns whether the object has been named or not.
- hasName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- hasName() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
The name of the constraint.
- hasName() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
The name of the constraint.
- hasName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- hasName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
The name of the constraint.
- hasName() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
The name of the constraint.
- hasName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- hasName() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Name of the model.
- hasName() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Name of the model.
- hasName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- hasName() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The name of the variable.
- hasName() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The name of the variable.
- hasName() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- hasName() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
The name of this constraint.
- hasName() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
The name of this constraint.
- hasName() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- hasName() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The name of the problem.
- hasName() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The name of the problem.
- hasName() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- hasName() - Method in class com.google.ortools.sat.SatParameters
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- hasName() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- hasNecessaryReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- hasNecessaryReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- hasNecessaryReductionForRestart() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- hasNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add that many lazy constraints (or cuts) at once in the LP.
- hasNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters
-
Add that many lazy constraints (or cuts) at once in the LP.
- hasNewConstraintsBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add that many lazy constraints (or cuts) at once in the LP.
- hasNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- hasNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- hasNewLinearPropagation() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- hasNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- hasNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- hasNoOverlap() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- hasNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- hasNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- hasNoOverlap2D() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- hasNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of solvers used to run Bop.
- hasNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters
-
The number of solvers used to run Bop.
- hasNumberOfSolvers() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of solvers used to run Bop.
- hasNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- hasNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- hasNumBopSolversUsedByDecomposition() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- hasNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- hasNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- hasNumConflictsBeforeStrategyChanges() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- hasNumConstraints() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 num_constraints = 2;
- hasNumConstraints() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional int64 num_constraints = 2;
- hasNumConstraints() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional int64 num_constraints = 2;
- hasNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of threads in the OMP parallel sections.
- hasNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters
-
Number of threads in the OMP parallel sections.
- hasNumOmpThreads() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Number of threads in the OMP parallel sections.
- hasNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of tries in the random lns.
- hasNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters
-
Number of tries in the random lns.
- hasNumRandomLnsTries() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Number of tries in the random lns.
- hasNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- hasNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- hasNumRelaxedVars() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- hasNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 num_search_workers = 100 [default = 0];
- hasNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 num_search_workers = 100 [default = 0];
- hasNumSearchWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 num_search_workers = 100 [default = 0];
- hasNumShards() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- hasNumShards() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- hasNumShards() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- hasNumThreads() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The number of threads to use.
- hasNumThreads() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The number of threads to use.
- hasNumThreads() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The number of threads to use.
- hasNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The number of variables in the problem.
- hasNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The number of variables in the problem.
- hasNumVariables() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The number of variables in the problem.
- hasNumVariables() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 num_variables = 1;
- hasNumVariables() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional int64 num_variables = 1;
- hasNumVariables() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional int64 num_variables = 1;
- hasNumViolationLs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- hasNumViolationLs() - Method in class com.google.ortools.sat.SatParameters
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- hasNumViolationLs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- hasNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specify the number of parallel workers (i.e.
- hasNumWorkers() - Method in class com.google.ortools.sat.SatParameters
-
Specify the number of parallel workers (i.e.
- hasNumWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specify the number of parallel workers (i.e.
- hasObjective() - Method in class com.google.ortools.constraintsolver.Assignment
-
- hasObjective() - Method in class com.google.ortools.sat.CpModel
-
Checks if the model contains an objective.
- hasObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- hasObjective() - Method in class com.google.ortools.sat.CpModelProto
-
The objective to minimize.
- hasObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The objective to minimize.
- hasObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- hasObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The objective of the problem.
- hasObjective() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The objective of the problem.
- hasObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The coefficient of the variable in the objective.
- hasObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The coefficient of the variable in the objective.
- hasObjectiveCoefficient() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The coefficient of the variable in the objective.
- HasObjectiveFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
-
- hasObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- hasObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- hasObjectiveLowerLimit() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- hasObjectiveMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_avg = 22;
- hasObjectiveMatrixAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_matrix_abs_avg = 22;
- hasObjectiveMatrixAbsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_abs_avg = 22;
- hasObjectiveMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- hasObjectiveMatrixAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- hasObjectiveMatrixAbsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- hasObjectiveMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_min = 21;
- hasObjectiveMatrixAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_matrix_abs_min = 21;
- hasObjectiveMatrixAbsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_abs_min = 21;
- hasObjectiveMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_l2_norm = 27;
- hasObjectiveMatrixL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_matrix_l2_norm = 27;
- hasObjectiveMatrixL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_l2_norm = 27;
- hasObjectiveMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 objective_matrix_num_nonzeros = 19;
- hasObjectiveMatrixNumNonzeros() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional int64 objective_matrix_num_nonzeros = 19;
- hasObjectiveMatrixNumNonzeros() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional int64 objective_matrix_num_nonzeros = 19;
- hasObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Offset for the objective function.
- hasObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Offset for the objective function.
- hasObjectiveOffset() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Offset for the objective function.
- hasObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double objective_upper_limit = 41 [default = inf];
- hasObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters
-
optional double objective_upper_limit = 41 [default = inf];
- hasObjectiveUpperLimit() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional double objective_upper_limit = 41 [default = inf];
- hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
optional double objective_value = 1;
- hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution
-
optional double objective_value = 1;
- hasObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
optional double objective_value = 1;
- hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- hasObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- hasObjectiveVectorAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_avg = 18;
- hasObjectiveVectorAbsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_vector_abs_avg = 18;
- hasObjectiveVectorAbsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_abs_avg = 18;
- hasObjectiveVectorAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the objective vector.
- hasObjectiveVectorAbsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Statistics of the objective vector.
- hasObjectiveVectorAbsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Statistics of the objective vector.
- hasObjectiveVectorAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_min = 17;
- hasObjectiveVectorAbsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_vector_abs_min = 17;
- hasObjectiveVectorAbsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_abs_min = 17;
- hasObjectiveVectorL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_l2_norm = 23;
- hasObjectiveVectorL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double objective_vector_l2_norm = 23;
- hasObjectiveVectorL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_l2_norm = 23;
- hasOffset() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- hasOffset() - Method in class com.google.ortools.sat.LinearObjective
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- hasOffset() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- hasOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- hasOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- hasOnlyAddCutsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- hasOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- hasOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- hasOnlySolveIp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- hasOptimalityNorm() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
The norm that we are measuring the optimality criteria in.
- hasOptimalityNorm() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
The norm that we are measuring the optimality criteria in.
- hasOptimalityNorm() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
The norm that we are measuring the optimality criteria in.
- hasOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the optimization phase.
- hasOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters
-
PricingRule to use during the optimization phase.
- hasOptimizationRule() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
PricingRule to use during the optimization phase.
- hasOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- hasOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- hasOptimizeWithCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- hasOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- hasOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- hasOptimizeWithLbTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- hasOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This has no effect if optimize_with_core is false.
- hasOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters
-
This has no effect if optimize_with_core is false.
- hasOptimizeWithMaxHs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This has no effect if optimize_with_core is false.
- hasOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- hasOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "or" constraints must be Boolean.
- hasOrConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "or" constraints must be Boolean.
- hasOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- hasOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- hasOriginalNumVariables() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- hasOriginalProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the original problem.
- hasOriginalProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Statistics of the original problem.
- hasOriginalProblemStats() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Statistics of the original problem.
- hasParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- hasParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
Solver parameters.
- hasParameters() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
Solver parameters.
- hasParams() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- hasParams() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- hasParams() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- hasParams() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- hasParams() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
If solved with PDLP, the parameters for this solve.
- hasParams() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
If solved with PDLP, the parameters for this solve.
- hasPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- hasPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
The payload is a (key, value) string pair.
- hasPayloadKey() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
The payload is a (key, value) string pair.
- hasPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- hasPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional string payload_value = 5;
- hasPayloadValue() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional string payload_value = 5;
- hasPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- hasPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- hasPbCleanupIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- hasPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- hasPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- hasPbCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- hasPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- hasPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- hasPermutePresolveConstraintOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- hasPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is mainly here to test the solver variability.
- hasPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters
-
This is mainly here to test the solver variability.
- hasPermuteVariableRandomly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This is mainly here to test the solver variability.
- hasPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- hasPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- hasPerturbCostsInDualSimplex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- hasPickupToDeliveryLimits() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- hasPointType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Type of the point that this metadata corresponds to.
- hasPointType() - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata
-
Type of the point that this metadata corresponds to.
- hasPointType() - Method in interface operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder
-
Type of the point that this metadata corresponds to.
- hasPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- hasPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- hasPolarityRephaseIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- hasPolishingPhaseType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- hasPolishingPhaseType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- hasPolishingPhaseType() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- hasPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- hasPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- hasPolishLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- hasPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- hasPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- hasPopulateAdditionalSolutionsUpTo() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- hasPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- hasPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- hasPreferredVariableOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- hasPreprocessedProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- hasPreprocessedProblemStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Statistics of the problem after preprocessing.
- hasPreprocessedProblemStats() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Statistics of the problem after preprocessing.
- hasPreprocessingTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Time for preprocessing (everything before iteration 0).
- hasPreprocessingTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Time for preprocessing (everything before iteration 0).
- hasPreprocessingTimeSec() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Time for preprocessing (everything before iteration 0).
- hasPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
A floating point tolerance used by the preprocessors.
- hasPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
A floating point tolerance used by the preprocessors.
- hasPreprocessorZeroTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
A floating point tolerance used by the preprocessors.
- hasPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Gurobi and SCIP enable presolve by default.
- hasPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Gurobi and SCIP enable presolve by default.
- hasPresolve() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Gurobi and SCIP enable presolve by default.
- hasPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- hasPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- hasPresolveBlockedClause() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- hasPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- hasPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- hasPresolveBvaThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- hasPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- hasPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- hasPresolveBveClauseWeight() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- hasPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- hasPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- hasPresolveBveThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- hasPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- hasPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- hasPresolveExtractIntegerEnforcement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- hasPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A few presolve operations involve detecting constraints included in other
constraint.
- hasPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
A few presolve operations involve detecting constraints included in other
constraint.
- hasPresolveInclusionWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A few presolve operations involve detecting constraints included in other
constraint.
- hasPresolveOptions() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- hasPresolveOptions() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- hasPresolveOptions() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- hasPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- hasPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- hasPresolveProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- hasPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- hasPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- hasPresolveSubstitutionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- hasPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- hasPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- hasPresolveUseBva() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- hasPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- hasPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- hasPrimalFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- hasPrimalObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The primal objective.
- hasPrimalObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation
-
The primal objective.
- hasPrimalObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder
-
The primal objective.
- hasPrimalRayLinearObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- hasPrimalRayLinearObjective() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- hasPrimalRayLinearObjective() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- hasPrimalRayQuadraticNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- hasPrimalRayQuadraticNorm() - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- hasPrimalRayQuadraticNorm() - Method in interface operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformationOrBuilder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- hasPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- hasPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- hasPrimalTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- hasPrimalWeight() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Primal weight controlling the relation between primal and dual step sizes.
- hasPrimalWeight() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Primal weight controlling the relation between primal and dual step sizes.
- hasPrimalWeight() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Primal weight controlling the relation between primal and dual step sizes.
- hasPrimalWeightUpdateSmoothing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- hasPrimalWeightUpdateSmoothing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- hasPrimalWeightUpdateSmoothing() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- hasProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The maximum "deterministic" time limit to spend in probing.
- hasProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
The maximum "deterministic" time limit to spend in probing.
- hasProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The maximum "deterministic" time limit to spend in probing.
- hasProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If set at zero (the default), it is disabled.
- hasProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters
-
If set at zero (the default), it is disabled.
- hasProbingPeriodAtRoot() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If set at zero (the default), it is disabled.
- hasProblemType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- hasProblemType() - Method in class com.google.ortools.graph.FlowModelProto
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- hasProblemType() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- hasPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- hasPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- hasPropagationLoopDetectionFactor() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- hasProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds.
- hasProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds.
- hasProvideStrongOptimalGuarantee() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds.
- hasPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- hasPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- hasPruneSearchTree() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- hasPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- hasPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- hasPseudoCostReliabilityThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- hasPushToVertex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- hasPushToVertex() - Method in class com.google.ortools.glop.GlopParameters
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- hasPushToVertex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- hasQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- hasQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- hasQuadraticConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- hasQuadraticCostSoftSpanUpperBounds() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- hasQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- hasQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Optionally, a quadratic objective.
- hasQuadraticObjective() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Optionally, a quadratic objective.
- hasRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- hasRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- hasRandomBranchesRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- hasRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Randomize fixed search.
- hasRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Randomize fixed search.
- hasRandomizeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Randomize fixed search.
- hasRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The proportion of polarity chosen at random.
- hasRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters
-
The proportion of polarity chosen at random.
- hasRandomPolarityRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The proportion of polarity chosen at random.
- hasRandomSeed() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The seed used to initialize the random generator.
- hasRandomSeed() - Method in class com.google.ortools.bop.BopParameters
-
The seed used to initialize the random generator.
- hasRandomSeed() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The seed used to initialize the random generator.
- hasRandomSeed() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in class com.google.ortools.glop.GlopParameters
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in class com.google.ortools.sat.SatParameters
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During the primal simplex (resp.
- hasRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
During the primal simplex (resp.
- hasRatioTestZeroThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During the primal simplex (resp.
- hasRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- hasRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- hasRecomputeEdgesNormThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- hasRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the accuracy of the iteratively computed reduced costs.
- hasRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
We estimate the accuracy of the iteratively computed reduced costs.
- hasRecomputeReducedCostsThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We estimate the accuracy of the iteratively computed reduced costs.
- hasRecordIterationStats() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- hasRecordIterationStats() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- hasRecordIterationStats() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- hasRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row].
- hasRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row].
- hasRefactorizationThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row].
- hasRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
- hasRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
- hasRelativeCostPerturbation() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
- hasRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- hasRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- hasRelativeGapLimit() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- hasRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double relative_gap_limit = 160 [default = 0];
- hasRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double relative_gap_limit = 160 [default = 0];
- hasRelativeGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double relative_gap_limit = 160 [default = 0];
- hasRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- hasRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- hasRelativeMaxCostPerturbation() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- hasRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- hasRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
The solver stops if the relative MIP gap reaches this value or below.
- hasRelativeMipGap() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
The solver stops if the relative MIP gap reaches this value or below.
- hasRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver tries to repair the solution given in the hint.
- hasRepairHint() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver tries to repair the solution given in the hint.
- hasRepairHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver tries to repair the solution given in the hint.
- hasReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- hasReservoir() - Method in class com.google.ortools.sat.ConstraintProto
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- hasReservoir() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- hasResponse() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns true if solve() was called, and a response was returned.
- hasResponse() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- hasRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- hasRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- hasRestartDlAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- hasRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- hasRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- hasRestartLbdAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- hasRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Restart period for the FIXED_RESTART strategy.
- hasRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Restart period for the FIXED_RESTART strategy.
- hasRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Restart period for the FIXED_RESTART strategy.
- hasRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the window for the moving average restarts.
- hasRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters
-
Size of the window for the moving average restarts.
- hasRestartRunningWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Size of the window for the moving average restarts.
- hasRestartStrategy() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- hasRestartStrategy() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- hasRestartStrategy() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- hasRestartUsed() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- hasRestartUsed() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- hasRestartUsed() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional int32 resultant_var_index = 3;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
optional int32 resultant_var_index = 3;
- hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
optional int32 resultant_var_index = 3;
- hasRootLpIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- hasRootLpIterations() - Method in class com.google.ortools.sat.SatParameters
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- hasRootLpIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- hasRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- hasRoutes() - Method in class com.google.ortools.sat.ConstraintProto
-
The routes constraint implements the vehicle routing problem.
- hasRoutes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The routes constraint implements the vehicle routing problem.
- hasSameVehicleTypeRequirements() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true iff any same-route (resp.
- hasSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- hasSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- hasSatParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- hasScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Enable automatic scaling of matrix coefficients and objective.
- hasScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Enable automatic scaling of matrix coefficients and objective.
- hasScaling() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Enable automatic scaling of matrix coefficients and objective.
- hasScalingFactor() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
optional double scaling_factor = 4 [default = 1];
- hasScalingFactor() - Method in class com.google.ortools.sat.LinearObjective
-
optional double scaling_factor = 4 [default = 1];
- hasScalingFactor() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
optional double scaling_factor = 4 [default = 1];
- hasScalingMethod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- hasScalingMethod() - Method in class com.google.ortools.glop.GlopParameters
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- hasScalingMethod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- hasSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- hasSearchBranching() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- hasSearchBranching() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- hasSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Search randomization will collect equivalent 'max valued' variables, and
pick one randomly.
- hasSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters
-
Search randomization will collect equivalent 'max valued' variables, and
pick one randomly.
- hasSearchRandomizationTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Search randomization will collect equivalent 'max valued' variables, and
pick one randomly.
- hasShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of new learned binary clause between workers.
- hasShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of new learned binary clause between workers.
- hasShareBinaryClauses() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of new learned binary clause between workers.
- hasSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- hasSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- hasSharedTreeMaxNodesPerWorker() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- hasSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enables experimental workstealing-like shared tree search.
- hasSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters
-
Enables experimental workstealing-like shared tree search.
- hasSharedTreeNumWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enables experimental workstealing-like shared tree search.
- hasSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- hasSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- hasSharedTreeSplitStrategy() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- hasSharedTreeWorkerObjectiveSplitProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After their assigned prefix, shared tree workers will branch on the
objective with this probability.
- hasSharedTreeWorkerObjectiveSplitProbability() - Method in class com.google.ortools.sat.SatParameters
-
After their assigned prefix, shared tree workers will branch on the
objective with this probability.
- hasSharedTreeWorkerObjectiveSplitProbability() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
After their assigned prefix, shared tree workers will branch on the
objective with this probability.
- hasShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of the bounds of modified variables at level 0.
- hasShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of the bounds of modified variables at level 0.
- hasShareLevelZeroBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of the bounds of modified variables at level 0.
- hasShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows objective sharing between workers.
- hasShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters
-
Allows objective sharing between workers.
- hasShareObjectiveBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows objective sharing between workers.
- hasShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- hasShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- hasShavingSearchDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- hasSimpleOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- hasSimpleOptimalityCriteria() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- hasSimpleOptimalityCriteria() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- hasSize() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- hasSize() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto size = 6;
- hasSize() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto size = 6;
- hasSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- hasSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- hasSmallPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- hasSoftSpanUpperBounds() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- hasSolution() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns true if solve() was called, and a solution was returned.
- hasSolution() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- hasSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- hasSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- hasSolutionFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- hasSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- hasSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Solution hint.
- hasSolutionHint() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Solution hint.
- hasSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- hasSolutionHint() - Method in class com.google.ortools.sat.CpModelProto
-
Solution hint.
- hasSolutionHint() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Solution hint.
- hasSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the top-n different solutions kept by the solver.
- hasSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters
-
Size of the top-n different solutions kept by the solver.
- hasSolutionPoolSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Size of the top-n different solutions kept by the solver.
- hasSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- hasSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- hasSolutionStats() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- hasSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- hasSolutionStats() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The `IterationStats` for the final iteration of the solver.
- hasSolutionStats() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The `IterationStats` for the final iteration of the solver.
- hasSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- hasSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PointType solution_type = 8;
- hasSolutionType() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- hasSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The type of the output point that the solver returned.
- hasSolutionType() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The type of the output point that the solver returned.
- hasSolutionType() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The type of the output point that the solver returned.
- hasSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we solve the dual of the given problem.
- hasSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we solve the dual of the given problem.
- hasSolveDualProblem() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we solve the dual of the given problem.
- hasSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- hasSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- hasSolveInfo() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- hasSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- hasSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Parameters to use in the underlying constraint solver.
- hasSolverParameters() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Parameters to use in the underlying constraint solver.
- hasSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Opaque solver-specific information.
- hasSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Opaque solver-specific information.
- hasSolverSpecificInfo() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Opaque solver-specific information.
- hasSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- hasSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage.
- hasSolverSpecificParameters() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage.
- hasSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Maximum time to be spent by the solver to solve 'model'.
- hasSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Maximum time to be spent by the solver to solve 'model'.
- hasSolverTimeLimitSeconds() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Maximum time to be spent by the solver to solve 'model'.
- hasSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- hasSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- hasSolverType() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- hasSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional double solve_time_sec = 6;
- hasSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional double solve_time_sec = 6;
- hasSolveTimeSec() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional double solve_time_sec = 6;
- hasSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The runtime of the solve.
- hasSolveTimeSec() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The runtime of the solve.
- hasSolveTimeSec() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The runtime of the solve.
- hasSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
optional double solve_user_time_seconds = 2;
- hasSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
optional double solve_user_time_seconds = 2;
- hasSolveUserTimeSeconds() - Method in interface com.google.ortools.linearsolver.MPSolveInfoOrBuilder
-
optional double solve_user_time_seconds = 2;
- hasSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
How much wall time (resp.
- hasSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
How much wall time (resp.
- hasSolveWallTimeSeconds() - Method in interface com.google.ortools.linearsolver.MPSolveInfoOrBuilder
-
How much wall time (resp.
- hasSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- hasSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- hasSortConstraintsByNumTerms() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- hasSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- hasSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPSosConstraint sos_constraint = 3;
- hasSosConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- hasStart() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- hasStart() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto start = 4;
- hasStart() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto start = 4;
- hasStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Result of the optimization.
- hasStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Result of the optimization.
- hasStatus() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Result of the optimization.
- hasStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- hasStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Human-readable string giving more details about the status.
- hasStatusStr() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Human-readable string giving more details about the status.
- hasStepSize() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Step size used at this iteration.
- hasStepSize() - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
Step size used at this iteration.
- hasStepSize() - Method in interface operations_research.pdlp.SolveLogOuterClass.IterationStatsOrBuilder
-
Step size used at this iteration.
- hasStepSizeDownscalingFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- hasStepSizeDownscalingFactor() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- hasStepSizeDownscalingFactor() - Method in interface operations_research.pdlp.Solvers.MalitskyPockParamsOrBuilder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- hasStepSizeGrowthExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- hasStepSizeGrowthExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- hasStepSizeGrowthExponent() - Method in interface operations_research.pdlp.Solvers.AdaptiveLinesearchParamsOrBuilder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- hasStepSizeInterpolation() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- hasStepSizeInterpolation() - Method in class operations_research.pdlp.Solvers.MalitskyPockParams
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- hasStepSizeInterpolation() - Method in interface operations_research.pdlp.Solvers.MalitskyPockParamsOrBuilder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- hasStepSizeReductionExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- hasStepSizeReductionExponent() - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- hasStepSizeReductionExponent() - Method in interface operations_research.pdlp.Solvers.AdaptiveLinesearchParamsOrBuilder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- hasStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, stop the solver as soon as we have a solution.
- hasStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters
-
For an optimization problem, stop the solver as soon as we have a solution.
- hasStopAfterFirstSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For an optimization problem, stop the solver as soon as we have a solution.
- hasStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly used when improving the presolver.
- hasStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Mainly used when improving the presolver.
- hasStopAfterPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Mainly used when improving the presolver.
- hasStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool stop_after_root_propagation = 252 [default = false];
- hasStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters
-
optional bool stop_after_root_propagation = 252 [default = false];
- hasStopAfterRootPropagation() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool stop_after_root_propagation = 252 [default = false];
- hasStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- hasStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- hasStrategyChangeIncreaseRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- hasSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- hasSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- hasSubsumptionDuringConflictAnalysis() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- hasSufficientReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- hasSufficientReductionForRestart() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- hasSufficientReductionForRestart() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- hasSupply() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The supply can be positive or negative in which case it means demand.
- hasSupply() - Method in class com.google.ortools.graph.FlowNodeProto
-
The supply can be positive or negative in which case it means demand.
- hasSupply() - Method in interface com.google.ortools.graph.FlowNodeProtoOrBuilder
-
The supply can be positive or negative in which case it means demand.
- hasSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- hasSymmetry() - Method in class com.google.ortools.sat.CpModelProto
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- hasSymmetry() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- hasSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- hasSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- hasSymmetryLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- hasSynchronizationType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- hasSynchronizationType() - Method in class com.google.ortools.bop.BopParameters
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- hasSynchronizationType() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- hasTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- hasTable() - Method in class com.google.ortools.sat.ConstraintProto
-
The table constraint enforces what values a tuple of variables may
take.
- hasTable() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The table constraint enforces what values a tuple of variables may
take.
- hasTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much we try to "compress" a table constraint.
- hasTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much we try to "compress" a table constraint.
- hasTableCompressionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much we try to "compress" a table constraint.
- hasTail() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
A directed arc goes from a tail node to a head node.
- hasTail() - Method in class com.google.ortools.graph.FlowArcProto
-
A directed arc goes from a tail node to a head node.
- hasTail() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
A directed arc goes from a tail node to a head node.
- hasTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- hasTarget() - Method in class com.google.ortools.sat.LinearArgumentProto
-
.operations_research.sat.LinearExpressionProto target = 1;
- hasTarget() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto target = 1;
- hasTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- hasTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- hasTargetIndex() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- hasTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- hasTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
Alternate to index.
- hasTargetName() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
Alternate to index.
- hasTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- hasTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- hasTargetType() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- hasTemporalTypeIncompatibilities() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- hasTemporalTypeRequirements() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- hasTerminationCheckFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- hasTerminationCheckFrequency() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- hasTerminationCheckFrequency() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- hasTerminationCriteria() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- hasTerminationCriteria() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- hasTerminationCriteria() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- hasTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- hasTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- hasTerminationReason() - Method in interface operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- hasTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The reason that the solve terminated.
- hasTerminationReason() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
The reason that the solve terminated.
- hasTerminationReason() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
The reason that the solve terminated.
- hasTerminationString() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Optional extra information about the termination reason.
- hasTerminationString() - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
Optional extra information about the termination reason.
- hasTerminationString() - Method in interface operations_research.pdlp.SolveLogOuterClass.SolveLogOrBuilder
-
Optional extra information about the termination reason.
- hasTestFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- hasTestFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- hasTestFeasibilityJump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- hasTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- hasTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the search.
- hasTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the search.
- hasTimeSecLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- hasTimeSecLimit() - Method in class operations_research.pdlp.Solvers.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- hasTimeSecLimit() - Method in interface operations_research.pdlp.Solvers.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- hasType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- hasType() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- hasType() - Method in interface com.google.ortools.bop.BopOptimizerMethodOrBuilder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- hasType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- hasType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- hasType() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- hasUnitCost() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Cost of this arc per unit of flow.
- hasUnitCost() - Method in class com.google.ortools.graph.FlowArcProto
-
Cost of this arc per unit of flow.
- hasUnitCost() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
Cost of this arc per unit of flow.
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
optional double upper_bound = 3 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
optional double upper_bound = 3 [default = inf];
- hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
optional double upper_bound = 3 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
optional double upper_bound = 7 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
optional double upper_bound = 7 [default = inf];
- hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
optional double upper_bound = 7 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional double upper_bound = 2 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
optional double upper_bound = 2 [default = inf];
- hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
optional double upper_bound = 2 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
optional int64 upper_bound = 4;
- hasUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
optional int64 upper_bound = 4;
- hasUpperBound() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
optional int64 upper_bound = 4;
- hasUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_absl_random = 180 [default = false];
- hasUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_absl_random = 180 [default = false];
- hasUseAbslRandom() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_absl_random = 180 [default = false];
- hasUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- hasUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- hasUseBlockingRestart() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- hasUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver attemts to generate more info inside lp propagator by
branching on some variables if certain criteria are met during the search
tree exploration.
- hasUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver attemts to generate more info inside lp propagator by
branching on some variables if certain criteria are met during the search
tree exploration.
- hasUseBranchingInLp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver attemts to generate more info inside lp propagator by
branching on some variables if certain criteria are met during the search
tree exploration.
- hasUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- hasUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- hasUseCombinedNoOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- hasUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We have two possible dual phase I algorithms.
- hasUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters
-
We have two possible dual phase I algorithms.
- hasUseDedicatedDualFeasibilityAlgorithm() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We have two possible dual phase I algorithms.
- hasUseDiagonalQpTrustRegionSolver() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- hasUseDiagonalQpTrustRegionSolver() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- hasUseDiagonalQpTrustRegionSolver() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- hasUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- hasUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- hasUseDisjunctiveConstraintInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- hasUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- hasUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- hasUseDualSchedulingHeuristics() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- hasUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- hasUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we use the dual simplex algorithm instead of the primal.
- hasUseDualSimplex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- hasUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- hasUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- hasUseEnergeticReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- hasUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- hasUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- hasUseErwaHeuristic() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- hasUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver usually exploit the LP relaxation of a model.
- hasUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters
-
The solver usually exploit the LP relaxation of a model.
- hasUseExactLpReason() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The solver usually exploit the LP relaxation of a model.
- hasUseFeasibilityPolishing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- hasUseFeasibilityPolishing() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- hasUseFeasibilityPolishing() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- hasUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- hasUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters
-
Adds a feasibility pump subsolver along with lns subsolvers.
- hasUseFeasibilityPump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- hasUseGlop() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
If true runs Glop's presolver on the given instance prior to solving.
- hasUseGlop() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions
-
If true runs Glop's presolver on the given instance prior to solving.
- hasUseGlop() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
If true runs Glop's presolver on the given instance prior to solving.
- hasUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- hasUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- hasUseHardPrecedencesInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- hasUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stores and exploits "implied-bounds" in the solver.
- hasUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters
-
Stores and exploits "implied-bounds" in the solver.
- hasUseImpliedBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stores and exploits "implied-bounds" in the solver.
- hasUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If presolve runs, include the pass that detects implied free variables.
- hasUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters
-
If presolve runs, include the pass that detects implied free variables.
- hasUseImpliedFreePreprocessor() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If presolve runs, include the pass that detects implied free variables.
- hasUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on neighborhood generator based on local branching LP.
- hasUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters
-
Turns on neighborhood generator based on local branching LP.
- hasUseLbRelaxLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turns on neighborhood generator based on local branching LP.
- hasUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- hasUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use the learned binary clauses in the Linear Relaxation.
- hasUseLearnedBinaryClausesInLp() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- hasUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
LNS parameters.
- hasUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters
-
LNS parameters.
- hasUseLnsOnly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
LNS parameters.
- hasUseLpLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use Large Neighborhood Search based on the LP relaxation.
- hasUseLpLns() - Method in class com.google.ortools.bop.BopParameters
-
Use Large Neighborhood Search based on the LP relaxation.
- hasUseLpLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use Large Neighborhood Search based on the LP relaxation.
- hasUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use strong branching in the linear relaxation optimizer.
- hasUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters
-
Use strong branching in the linear relaxation optimizer.
- hasUseLpStrongBranching() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use strong branching in the linear relaxation optimizer.
- hasUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- hasUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- hasUseMiddleProductFormUpdate() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- hasUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- hasUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- hasUseObjectiveLbSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- hasUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- hasUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- hasUseObjectiveShavingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- hasUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- hasUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- hasUseOptimizationHints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- hasUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- hasUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- hasUseOptionalVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- hasUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- hasUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- hasUseOverloadCheckerInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- hasUsePairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Performs an extra step of propagation in the no_overlap_2d constraint by
looking at all pairs of intervals.
- hasUsePairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
Performs an extra step of propagation in the no_overlap_2d constraint by
looking at all pairs of intervals.
- hasUsePairwiseReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Performs an extra step of propagation in the no_overlap_2d constraint by
looking at all pairs of intervals.
- hasUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- hasUsePbResolution() - Method in class com.google.ortools.sat.SatParameters
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- hasUsePbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- hasUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- hasUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- hasUsePhaseSaving() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- hasUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- hasUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- hasUsePotentialOneFlipRepairsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- hasUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- hasUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- hasUsePrecedencesInDisjunctiveConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- hasUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use advanced preprocessing techniques.
- hasUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we use advanced preprocessing techniques.
- hasUsePreprocessing() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we use advanced preprocessing techniques.
- hasUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- hasUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- hasUseProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- hasUseRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- hasUseRandomLns() - Method in class com.google.ortools.bop.BopParameters
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- hasUseRandomLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- hasUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on relaxation induced neighborhood generator.
- hasUseRinsLns() - Method in class com.google.ortools.sat.SatParameters
-
Turns on relaxation induced neighborhood generator.
- hasUseRinsLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turns on relaxation induced neighborhood generator.
- hasUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_sat_inprocessing = 163 [default = false];
- hasUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_sat_inprocessing = 163 [default = false];
- hasUseSatInprocessing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_sat_inprocessing = 163 [default = false];
- hasUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use sat propagation to choose the lns neighbourhood.
- hasUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use sat propagation to choose the lns neighbourhood.
- hasUseSatToChooseLnsNeighbourhood() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use sat propagation to choose the lns neighbourhood.
- hasUseScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- hasUseScaling() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- hasUseScaling() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- hasUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Set on shared subtree workers.
- hasUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Set on shared subtree workers.
- hasUseSharedTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Set on shared subtree workers.
- hasUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- hasUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- hasUseShavingInProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- hasUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- hasUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Enable stronger and more expensive propagation on no_overlap constraint.
- hasUseStrongPropagationInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- hasUseSymmetry() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit the eventual symmetries of the problem.
- hasUseSymmetry() - Method in class com.google.ortools.bop.BopParameters
-
If true, find and exploit the eventual symmetries of the problem.
- hasUseSymmetry() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
If true, find and exploit the eventual symmetries of the problem.
- hasUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- hasUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- hasUseTimetableEdgeFindingInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- hasUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- hasUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- hasUseTimetablingInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- hasUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- hasUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- hasUseTransposedMatrix() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- hasUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- hasUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- hasUseTranspositionTableInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- hasValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
optional double value = 1;
- hasValue() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
optional double value = 1;
- hasValue() - Method in interface com.google.ortools.linearsolver.OptionalDoubleOrBuilder
-
optional double value = 1;
- hasVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- hasVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters
-
Each time a conflict is found, the activities of some variables are
increased by one.
- hasVariableActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- hasVariableBoundGapsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_avg = 15;
- hasVariableBoundGapsAvg() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double variable_bound_gaps_avg = 15;
- hasVariableBoundGapsAvg() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_avg = 15;
- hasVariableBoundGapsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_l2_norm = 26;
- hasVariableBoundGapsL2Norm() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double variable_bound_gaps_l2_norm = 26;
- hasVariableBoundGapsL2Norm() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_l2_norm = 26;
- hasVariableBoundGapsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- hasVariableBoundGapsMax() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- hasVariableBoundGapsMax() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- hasVariableBoundGapsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_min = 14;
- hasVariableBoundGapsMin() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
optional double variable_bound_gaps_min = 14;
- hasVariableBoundGapsMin() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_min = 14;
- hasVariableBoundGapsNumFinite() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- hasVariableBoundGapsNumFinite() - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- hasVariableBoundGapsNumFinite() - Method in interface operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStatsOrBuilder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- hasVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- hasVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- hasVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- hasVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Variable index (w.r.t.
- hasVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
Variable index (w.r.t.
- hasVarIndex() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
Variable index (w.r.t.
- hasVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Value the above variable should take.
- hasVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
Value the above variable should take.
- hasVarValue() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
Value the above variable should take.
- hasVehicleWithCostClassIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true iff the model contains a vehicle with the given
cost_class_index.
- hasVerbosityLevel() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The verbosity of logging.
- hasVerbosityLevel() - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
The verbosity of logging.
- hasVerbosityLevel() - Method in interface operations_research.pdlp.Solvers.PrimalDualHybridGradientParamsOrBuilder
-
The verbosity of logging.
- hasViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How long violation_ls should wait before perturbating a solution.
- hasViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters
-
How long violation_ls should wait before perturbating a solution.
- hasViolationLsPerturbationPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How long violation_ls should wait before perturbating a solution.
- HEAD_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowArcProto
-
- HEADS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CircuitConstraintProto
-
- HEADS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
-
- helper - Variable in class com.google.ortools.modelbuilder.Variable
-
- HEURISTIC_CLOSE_NODES_LNS_NUM_NODES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- HEURISTIC_EXPENSIVE_CHAIN_LNS_NUM_ARCS_TO_CONSIDER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- HIGHS_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
HIGHS_LINEAR_PROGRAMMING = 15;
- HIGHS_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
HIGHS_MIXED_INTEGER_PROGRAMMING = 16;
- HINT_CONFLICT_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- HINT_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
-
Mainly used internally.
- HoldsDelta() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- HoldsDelta() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- safeDurationExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- safeEndExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- safeStartExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
These methods create expressions encapsulating the start, end
and duration of the interval var.
- SAT_CORE_BASED_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
SAT_CORE_BASED = 0;
- SAT_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
WARNING: This solver will currently interpret all variables as integer,
so any solution you get will be valid, but the optimal might be far away
for the real one (when you authorise non-integer value for continuous
variables).
- SAT_LINEAR_SEARCH_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
SAT_LINEAR_SEARCH = 15;
- SAT_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SatParameters - Class in com.google.ortools.sat
-
Contains the definitions for all the sat algorithm parameters and their
default values.
- SatParameters.BinaryMinizationAlgorithm - Enum in com.google.ortools.sat
-
Whether to expoit the binary clause to minimize learned clauses further.
- SatParameters.Builder - Class in com.google.ortools.sat
-
Contains the definitions for all the sat algorithm parameters and their
default values.
- SatParameters.ClauseOrdering - Enum in com.google.ortools.sat
-
The clauses that will be kept during a cleanup are the ones that come
first under this order.
- SatParameters.ClauseProtection - Enum in com.google.ortools.sat
-
Each time a clause activity is bumped, the clause has a chance to be
protected during the next cleanup phase.
- SatParameters.ConflictMinimizationAlgorithm - Enum in com.google.ortools.sat
-
Do we try to minimize conflicts (greedily) when creating them.
- SatParameters.FPRoundingMethod - Enum in com.google.ortools.sat
-
Rounding method to use for feasibility pump.
- SatParameters.MaxSatAssumptionOrder - Enum in com.google.ortools.sat
-
In what order do we add the assumptions in a core-based max-sat algorithm
- SatParameters.MaxSatStratificationAlgorithm - Enum in com.google.ortools.sat
-
What stratification algorithm we use in the presence of weight.
- SatParameters.Polarity - Enum in com.google.ortools.sat
-
Specifies the initial polarity (true/false) when the solver branches on a
variable.
- SatParameters.RestartAlgorithm - Enum in com.google.ortools.sat
-
Restart algorithms.
- SatParameters.SearchBranching - Enum in com.google.ortools.sat
-
The search branching will be used to decide how to branch on unfixed nodes.
- SatParameters.SharedTreeSplitStrategy - Enum in com.google.ortools.sat
-
Protobuf enum operations_research.sat.SatParameters.SharedTreeSplitStrategy
- SatParameters.VariableOrder - Enum in com.google.ortools.sat
-
Variables without activity (i.e.
- SatParametersOrBuilder - Interface in com.google.ortools.sat
-
- SatParametersOuterClass - Class in com.google.ortools.sat
-
- save(String) - Method in class com.google.ortools.constraintsolver.Assignment
-
Saves the assignment to a file.
- save(SWIGTYPE_p_operations_research__AssignmentProto) - Method in class com.google.ortools.constraintsolver.Assignment
-
- SAVINGS_ADD_REVERSE_ARCS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_ARC_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_MAX_MEMORY_USAGE_BYTES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_PARALLEL_ROUTES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
Savings algorithm (Clarke & Wright).
- SCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
-
- SCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearObjective
-
- SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- SCALING_METHOD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- SCALING_WAS_EXACT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
-
- SCHEDULING_CP_SAT_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
SCHEDULING_CP_SAT = 2;
- SCHEDULING_GLOP_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
SCHEDULING_GLOP = 1;
- SCHEDULING_UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
SCHEDULING_UNSET = 0;
- SCIP_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Recommended default for MIP models.
- SEARCH_BRANCHING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SEARCH_RANDOMIZATION_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SEARCH_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
-
- searchAllSolutions(CpModel, CpSolverSolutionCallback) - Method in class com.google.ortools.sat.CpSolver
-
- searchDepth() - Method in class com.google.ortools.constraintsolver.Solver
-
Gets the search depth of the current active search.
- searchLeftDepth() - Method in class com.google.ortools.constraintsolver.Solver
-
Gets the search left depth of the current active search.
- SearchLimit - Class in com.google.ortools.constraintsolver
-
Base class of all search limits.
- SearchLimit(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchLimit
-
- SearchLimit_beginNextDecision(long, SearchLimit, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_check(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_CheckWithOffset(long, SearchLimit, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_copy(long, SearchLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_crossed(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_enterSearch(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_init(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_install(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_makeClone(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_periodicCheck(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_refuteDecision(long, SearchLimit, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_toString(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimitProtobuf - Class in com.google.ortools.constraintsolver
-
- SearchLog - Class in com.google.ortools.constraintsolver
-
The base class of all search logs that periodically outputs information when
the search is running.
- SearchLog(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchLog
-
- SearchLog(Solver, IntVar[], String, double[], double[], Supplier<String>, boolean, int) - Constructor for class com.google.ortools.constraintsolver.SearchLog
-
- SearchLog_AcceptUncheckedNeighbor(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_applyDecision(long, SearchLog, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_atSolution(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_beginFail(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_beginInitialPropagation(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_endInitialPropagation(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_enterSearch(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_exitSearch(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_maintain(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_noMoreSolutions(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_outputDecision(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_refuteDecision(long, SearchLog, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_toString(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor - Class in com.google.ortools.constraintsolver
-
A search monitor is a simple set of callbacks to monitor all search events
- SearchMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchMonitor
-
- SearchMonitor(Solver) - Constructor for class com.google.ortools.constraintsolver.SearchMonitor
-
- SearchMonitor_accept(long, SearchMonitor, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptDelta(long, SearchMonitor, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptDeltaSwigExplicitSearchMonitor(long, SearchMonitor, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptNeighbor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptNeighborSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptSolution(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptSolutionSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptSwigExplicitSearchMonitor(long, SearchMonitor, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_AcceptUncheckedNeighbor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_AcceptUncheckedNeighborSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_afterDecision(long, SearchMonitor, long, Decision, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_afterDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_applyDecision(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_applyDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_atSolution(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_atSolutionSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginFail(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginFailSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginInitialPropagation(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginInitialPropagationSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginNextDecision(long, SearchMonitor, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginNextDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_change_ownership(SearchMonitor, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_director_connect(SearchMonitor, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endFail(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endFailSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endInitialPropagation(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endInitialPropagationSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endNextDecision(long, SearchMonitor, long, DecisionBuilder, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endNextDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, DecisionBuilder, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_enterSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_enterSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_exitSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_exitSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_install(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_installSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_IsUncheckedSolutionLimitReached(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_IsUncheckedSolutionLimitReachedSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_kNoProgress_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_localOptimum(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_localOptimumSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_noMoreSolutions(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_noMoreSolutionsSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_periodicCheck(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_periodicCheckSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_progressPercent(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_progressPercentSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_refuteDecision(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_refuteDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_restartSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_restartSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_solver(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchStatistics - Class in com.google.ortools.constraintsolver
-
Search statistics.
- SearchStatistics.Builder - Class in com.google.ortools.constraintsolver
-
Search statistics.
- SearchStatisticsOrBuilder - Interface in com.google.ortools.constraintsolver
-
- SearchStats - Class in com.google.ortools.constraintsolver
-
- SELECT_LOWER_HALF_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_LOWER_HALF = 2;
- SELECT_MAX_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- SELECT_MAX_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_MAX_VALUE = 1;
- SELECT_MEDIAN_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_MEDIAN_VALUE = 4;
- SELECT_MIN_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- SELECT_MIN_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_MIN_VALUE = 0;
- SELECT_UPPER_HALF_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_UPPER_HALF = 3;
- SENTINEL - Static variable in class com.google.ortools.constraintsolver.Solver
-
This enum is used internally in private methods Solver::PushState and
Solver::PopState to tag states in the search tree.
- SEQUENCE_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
-
Used for scheduling.
- SEQUENCE_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
-
- SequenceVar - Class in com.google.ortools.constraintsolver
-
A sequence variable is a variable whose domain is a set of possible
orderings of the interval variables.
- SequenceVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVar
-
- SequenceVar(Solver, IntervalVar[], IntVar[], String) - Constructor for class com.google.ortools.constraintsolver.SequenceVar
-
- SequenceVar_accept(long, SequenceVar, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_interval(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_next(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankFirst(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankLast(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankNotFirst(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankNotLast(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankSequence(long, SequenceVar, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_size(long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_toString(long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- sequenceVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
-
- SequenceVarElement - Class in com.google.ortools.constraintsolver
-
The SequenceVarElement stores a partial representation of ranked
interval variables in the underlying sequence variable.
This representation consists of three vectors:
- the forward sequence.
- SequenceVarElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
-
- SequenceVarElement() - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
-
- SequenceVarElement(SequenceVar) - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
-
- SequenceVarElement_backwardSequence(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_bound(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_clone(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_copy(long, SequenceVarElement, long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_forwardSequence(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_reset(long, SequenceVarElement, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_restore(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_setBackwardSequence(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_setForwardSequence(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_setSequence(long, SequenceVarElement, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_setUnperformed(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_store(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_toString(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_unperformed(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_var(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SEQUENTIAL_CHEAPEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
Iteratively build a solution by constructing routes sequentially, for
each route inserting the cheapest node at its cheapest position until the
route is completed; the cost of insertion is based on the arc cost
function.
- set_context(String) - Method in class com.google.ortools.constraintsolver.Solver
-
Sets the current context of the search.
- set_name(String) - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- set_optimization_direction(int) - Method in class com.google.ortools.constraintsolver.Solver
-
- set_variable_to_clean_on_fail(IntVar) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
Shortcut for variable cleaner.
- setAbsConstraint(MPAbsConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- setAbsConstraint(MPAbsConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- setAbsoluteGapLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- setActiveDualVariableChange(long) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- setActiveDualVariableCount(long) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of dual variables that are not at their bounds.
- setActiveLiterals(int, int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- setActivePrimalVariableChange(long) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- setActivePrimalVariableCount(long) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
The number of primal variables that are not at their bounds.
- setAdaptiveLinesearchParameters(Solvers.AdaptiveLinesearchParams) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- setAdaptiveLinesearchParameters(Solvers.AdaptiveLinesearchParams.Builder) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- setAddCgCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- setAddCliqueCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate clique cuts from the binary implication graph.
- setAdditionalSolutions(int, MPSolution) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- setAdditionalSolutions(int, MPSolution.Builder) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
- setAdditionalSolutions(int, CpSolverSolution) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- setAdditionalSolutions(int, CpSolverSolution.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- setAddLinMaxCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- setAddLpConstraintsLazily(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- setAddMirCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate MIR cuts at root node.
- setAddObjectiveCut(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up? We can always do that since our objective is integer, and
combined with MIR heuristic to reduce the coefficient of such cut, it can
help.
- setAddZeroHalfCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate Zero-Half cuts at root node.
- setAllDiff(AllDifferentConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- setAllDiff(AllDifferentConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- setAllowedVehiclesForIndex(int[], long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the vehicles which can visit a given node.
- setAllowSimplexAlgorithmChange(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- setAlsoBumpVariablesInConflictReasons(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- setAmortizedCostFactorsOfAllVehicles(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
The following methods set the linear and quadratic cost factors of
vehicles (must be positive values).
- setAmortizedCostFactorsOfVehicle(long, long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the linear and quadratic cost factor of the given vehicle.
- setAndConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- setAndConstraint(MPArrayConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- setAnnotation(int, MPModelProto.Annotation) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- setAnnotation(int, MPModelProto.Annotation.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- setArcCapacity(int, long) - Method in class com.google.ortools.graph.MaxFlow
-
- setArcCostEvaluatorOfAllVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the cost function of the model such that the cost of a segment of a
route between node 'from' and 'to' is evaluator(from, to), whatever the
route or vehicle performing the route.
- setArcCostEvaluatorOfVehicle(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the cost function for a given vehicle route.
- setArcs(int, FlowArcProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- setArcs(int, FlowArcProto.Builder) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- setArraySplitSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- setAssigned(int) - Method in class com.google.ortools.constraintsolver.Pack
-
- setAssignment(BooleanAssignment) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- setAssignment(BooleanAssignment.Builder) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- setAssignmentFromAssignment(Assignment, IntVar[], Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
-
NOLINT
Given a "source_assignment", clears the "target_assignment" and adds
all IntVars in "target_vars", with the values of the variables set according
to the corresponding values of "source_vars" in "source_assignment".
source_vars and target_vars must have the same number of elements.
The source and target assignments can belong to different Solvers.
- setAssignmentFromAssignment(long, Assignment, IntVar[], long, Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- setAssignmentFromOtherModelAssignment(Assignment, RoutingModel, Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Given a "source_model" and its "source_assignment", resets
"target_assignment" with the IntVar variables (nexts_, and vehicle_vars_
if costs aren't homogeneous across vehicles) of "this" model, with the
values set according to those in "other_assignment".
The objective_element of target_assignment is set to this->cost_.
- setAssumptions(int, int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- setAtMostOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- setAtMostOne(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- setAutoDetectGreaterThanAtLeastOneOf(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- setAutomaton(AutomatonConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- setAutomaton(AutomatonConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- setBackwardSequence(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setBackwardSequence(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- setBaselineModelFilePath(String) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- setBaselineModelFilePathBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- setBasisRefactorizationPeriod(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of iterations between two basis refactorizations.
- setBestObjectiveBound(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
This field is only filled for MIP problems.
- setBestObjectiveBound(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- setBinaryMinimizationAlgorithm(SatParameters.BinaryMinizationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- setBinarySearchNumConflicts(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- setBlockingRestartMultiplier(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- setBlockingRestartWindowSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- setBoolAnd(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- setBoolAnd(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- setBooleanEncodingLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- setBoolOr(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- setBoolOr(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- setBoolXor(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- setBoolXor(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- setBound(long) - Method in class com.google.ortools.constraintsolver.BoundCost
-
- setBounds(double, double) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Sets both the lower and upper bounds.
- setBounds(double, double) - Method in class com.google.ortools.linearsolver.MPVariable
-
Sets both the lower and upper bounds.
- setBranches(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 branches = 2;
- setBranchingPriority(int) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional int32 branching_priority = 6 [default = 0];
- setBreakDistanceDurationOfVehicle(long, long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
With breaks supposed to be consecutive, this forces the distance between
breaks of size at least minimum_break_duration to be at most distance.
This supposes that the time until route start and after route end are
infinite breaks.
- setBreakIntervalsOfVehicle(IntervalVar[], int, int, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets the breaks for a given vehicle.
- setBreakIntervalsOfVehicle(IntervalVar[], int, long[]) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Deprecated, sets pre_travel(i, j) = node_visit_transit[i].
- setBreakIntervalsOfVehicle(IntervalVar[], int, long[], LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Deprecated, sets pre_travel(i, j) = node_visit_transit[i]
and post_travel(i, j) = delays(i, j).
- setBytesUsed(long) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Memory usage of the solver.
- SetCandidateActive(long, boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- setCandidateType(SolveLogOuterClass.PointType) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
Type of the candidate point described by this ConvergenceInformation.
- setCandidateType(SolveLogOuterClass.PointType) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Type of the point used to compute the InfeasibilityInformation.
- SetCandidateValue(long, long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- setCapacity(long) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Capacity of the arc.
- setCapacity(LinearExpressionProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- setCapacity(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- setCapacity(long) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
int64 capacity = 5;
- setCatchSigintSignal(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- setChangeStatusToImprecise(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- setCheapestInsertionAddUnperformedEntries(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- setCheapestInsertionFarthestSeedsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- setCheapestInsertionFirstSolutionMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- setCheapestInsertionFirstSolutionNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- setCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- setCheapestInsertionLsOperatorMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- setCheapestInsertionLsOperatorNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- setCheckSolutionPeriod(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the behavior of local search.
- setChristofidesUseMinimumMatching(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- setCircuit(CircuitConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- setCircuit(CircuitConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- setClauseActivityDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Clause activity parameters (same effect as the one on the variables).
- setClauseCleanupLbdBound(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- setClauseCleanupOrdering(SatParameters.ClauseOrdering) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- setClauseCleanupPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- setClauseCleanupProtection(SatParameters.ClauseProtection) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- setClauseCleanupRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- setClauseCleanupTarget(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- setCoefficient(MPVariable, double) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Sets the coefficient of the variable on the constraint.
If the variable does not belong to the solver, the function just returns,
or crashes in non-opt mode.
- setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- setCoefficient(MPVariable, double) - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the coefficient of the variable in the objective.
If the variable does not belong to the solver, the function just returns,
or crashes in non-opt mode.
- setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- setCoefficients(int, long) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- setCoefficients(int, long) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- setCoeffs(int, long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- setCoeffs(int, double) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- setCoeffs(int, long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- setCoeffs(int, long) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- setCombinedBoundsAvg(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_avg = 11;
- setCombinedBoundsL2Norm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_l2_norm = 24;
- setCombinedBoundsMax(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- setCombinedBoundsMin(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_bounds_min = 10;
- setCombinedVariableBoundsAvg(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_avg = 30;
- setCombinedVariableBoundsL2Norm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_l2_norm = 31;
- setCombinedVariableBoundsMax(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the variable lower and upper bounds.
- setCombinedVariableBoundsMin(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_min = 29;
- setCompressed_travel_value_lower_bound(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
The hard lower bound of the compressed travel value that will be
enforced by the scheduling module.
- setCompressTrail(ConstraintSolverParameters.TrailCompression) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- setCompressTrailValue(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- setComputeEstimatedImpact(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Compute estimated impact at each iteration when true; only once when false.
- setConstant(double) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional double constant = 2;
- setConstraint(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- setConstraint(MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- setConstraint(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- setConstraint(int, MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- setConstraintLowerBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setConstraintMatrixAbsAvg(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_avg = 8;
- setConstraintMatrixAbsMax(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- setConstraintMatrixAbsMin(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_min = 7;
- setConstraintMatrixColMinLInfNorm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Minimum row and column infinity norms of the constraint matrix.
- setConstraintMatrixL2Norm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_l2_norm = 25;
- setConstraintMatrixNumNonzeros(long) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
The number of (finite) nonzero entries in the constraint matrix.
- setConstraintMatrixRowMinLInfNorm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- setConstraintName(int, String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setConstraints(int, ConstraintProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- setConstraints(int, ConstraintProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- setConstraints(int, LinearBooleanConstraint) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- setConstraints(int, LinearBooleanConstraint.Builder) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- setConstraintSolverStatistics(ConstraintSolverStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- setConstraintSolverStatistics(ConstraintSolverStatistics.Builder) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- setConstraintUpperBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setContext(String) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- setContextBytes(ByteString) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- setContinuousSchedulingSolver(RoutingSearchParameters.SchedulingSolver) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- setContinuousSchedulingSolverValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- setConvergenceInformation(int, SolveLogOuterClass.ConvergenceInformation) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- setConvergenceInformation(int, SolveLogOuterClass.ConvergenceInformation.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- setConvertIntervals(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Temporary flag util the feature is more mature.
- setCorrectedDualObjective(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- setCost(long) - Method in class com.google.ortools.constraintsolver.BoundCost
-
- setCostScaling(GlopParameters.CostScalingAlgorithm) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- setCountAssumptionLevelsInLbd(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- setCoverOptimization(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- setCp_model_dump_lns(boolean) - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump CP-SAT LNS models during solve.
When set to true, solve will dump all lns models proto in text format to
'FLAGS_cp_model_dump_prefix'lns_xxx.pbtxt.
- setCp_model_dump_models(boolean) - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump CP-SAT models during solve.
When set to true, SolveCpModel() will dump its model protos
(original model, presolved model, mapping model) in text format to
'FLAGS_cp_model_dump_prefix'{model|presolved_model|mapping_model}.pbtxt.
- setCp_model_dump_prefix(String) - Method in class com.google.ortools.init.CppFlags
-
Prefix filename for all dumped files (models, solutions, lns sub-models).
- setCp_model_dump_response(boolean) - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump the CP-SAT final response found during solve.
If true, the final response of each solve will be dumped to
'FLAGS_cp_model_dump_prefix'response.pbtxt.
- setCpModelPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we presolve the cp_model before solving it.
- setCpModelProbingLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much effort do we spend on probing.
- setCpModelUseSatPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- setCrossoverBoundSnappingDistance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- setCumulative(boolean) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool cumulative = 6;
- setCumulative(CumulativeConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- setCumulative(CumulativeConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- setCumulativeKktMatrixPasses(double) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- setCumulativeRejectedSteps(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- setCumulativeTimeSec(double) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- setCumulVarSoftLowerBound(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a soft lower bound to the cumul variable of a given variable index.
If the value of the cumul variable is less than the bound, a cost
proportional to the difference between this value and the bound is added
to the cost function of the model:
cumulVar > lower_bound -> cost = 0
cumulVar <= lower_bound -> cost = coefficient * (lower_bound -
cumulVar).
This is also handy to model earliness costs when the dimension represents
time.
- setCumulVarSoftUpperBound(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a soft upper bound to the cumul variable of a given variable index.
If the value of the cumul variable is greater than the bound, a cost
proportional to the difference between this value and the bound is added
to the cost function of the model:
cumulVar <= upper_bound -> cost = 0
cumulVar > upper_bound -> cost = coefficient * (cumulVar - upper_bound)
This is also handy to model tardiness costs when the dimension represents
time.
- SetCurrentDomainInjectiveAndKeepInverseValues(int) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- setCutActiveCountDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- setCutCleanupTarget(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Target number of constraints to remove during cleanup.
- setCutLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Control the global cut effort.
- setCutMaxActiveCountValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
These parameters are similar to sat clause management activity parameters.
- setCycleSizes(int, int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- setDebugCrashOnBadHint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if we do not manage to complete the hint into a full solution.
- setDebugMaxNumPresolveOperations(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, try to stop just after that many presolve rules have been
applied.
- setDebugPostsolveWithFullSolver(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
We have two different postsolve code.
- setDecisionBuilder(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
When defined, this overrides the default impact based decision builder.
- setDecomposedProblemMinTimeInSeconds(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
HACK.
- setDecomposerNumVariablesThreshold(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- setDefaultRestartAlgorithms(String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- setDefaultRestartAlgorithmsBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- setDefaultSolverOptimizerSets(String) - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- setDefaultSolverOptimizerSetsBytes(ByteString) - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- setDegenerateMinistepFactor(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- setDemands(int, LinearExpressionProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- setDemands(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- setDemands(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- setDetailedOptimalityCriteria(Solvers.TerminationCriteria.DetailedOptimalityCriteria) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- setDetailedOptimalityCriteria(Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- setDetectTableWithCost(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- setDeterministicTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double deterministic_time = 17;
- setDevexWeightsResetPeriod(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Devex weights will be reset to 1.0 after that number of updates.
- setDiagonalQpTrustRegionSolverTolerance(double) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- setDiffnUseCumulative(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the diffn constraint.
- setDisableConstraintExpansion(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, it disable all constraint expansion.
- setDisableSchedulingBewareThisMayDegradePerformance(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- setDisableSolve(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool disable_solve = 15;
- setDisplayLevel(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This represents the amount of information displayed by the default search.
NONE means no display, VERBOSE means extra information.
- setDiversifyLnsParams(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, registers more lns subsolvers with different parameters.
- setDomain(int, long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- setDomain(int, long) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- setDomain(int, long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- setDomainReductionStrategy(DecisionStrategyProto.DomainReductionStrategy) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- setDomainReductionStrategyValue(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- setDoubleParam(MPSolverParameters.DoubleParam, double) - Method in class com.google.ortools.linearsolver.MPSolverParameters
-
Sets a double parameter to a specific value.
- setDropTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- setDualFeasibilityTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- setDualizerThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- setDualObjective(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The dual objective.
- setDualPricePrioritizeNorm(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- setDualRayObjective(double) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The objective of the linear program labeled (1) in the previous paragraph.
- setDualSmallPivotThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Like small_pivot_threshold but for the dual simplex.
- setDualTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- setDualTolerance(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- setDualValue(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
- setDummyConstraint(ListOfVariablesProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- setDummyConstraint(ListOfVariablesProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- setDurationMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setDurationMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setDurationMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setDurationMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setDurationMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setDurationMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setDurationMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setDurationMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setDurationRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setDurationRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setDurationRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setDurationRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Total time spent in the solver.
- setDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Time spent in the decision builder.
- setDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Time spent in the filter.
- setDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in the operator.
- setDurationValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setDurationValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setDynamicallyAdjustRefactorizationPeriod(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- setElement(ElementConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- setElement(ElementConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- setEnableInternalSolverOutput(boolean) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- setEncodeComplexLinearConstraintWithInteger(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- setEnd(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- setEnd(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- setEndMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setEndMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setEndMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setEndMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setEndMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setEndMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setEndMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setEndMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setEndRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setEndRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setEndRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setEndRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setEndValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setEndValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setEnforcementLiteral(int, int) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- setEntries(int, int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- setEnumerateAllSolutions(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we enumerate all solutions of a problem without objective.
- setEpsDualInfeasible(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility.
- setEpsOptimalAbsolute(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- setEpsOptimalAbsolute(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- setEpsOptimalDualResidualAbsolute(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the dual residual.
- setEpsOptimalDualResidualRelative(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the dual residual.
- setEpsOptimalObjectiveGapAbsolute(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the objective gap.
- setEpsOptimalObjectiveGapRelative(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the objective gap.
- setEpsOptimalPrimalResidualAbsolute(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual.
- setEpsOptimalPrimalResidualRelative(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the primal residual.
- setEpsOptimalRelative(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- setEpsOptimalRelative(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- setEpsPrimalInfeasible(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility.
- setEventType(int) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- setExactlyOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- setExactlyOne(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- setExpandAlldiffConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand all_different constraints that are not permutations.
- setExpandReservoirConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- setExploitAllLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- setExploitAllPrecedences(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool exploit_all_precedences = 220 [default = false];
- setExploitBestSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best solution value.
- setExploitIntegerLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- setExploitObjective(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- setExploitRelaxationSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best relaxation solution
value.
- setExploitSingletonColumnInInitialBasis(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- setExploitSymmetryInSatFirstSolution(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- setExpression(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- setExtraSubsolvers(int, String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- setFailures(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 failures = 3;
- setFallbackToCpSatSizeThreshold(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- setFDirect(int, int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- setFeasibilityJumpDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The following feasibility_jump parameters are meant to be used by the
solver on the different workers that use feasibility_jump.
- setFeasibilityJumpEnableRestarts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- setFeasibilityJumpMaxNumValuesScanned(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of values scanned when scanning the domain of a variable.
- setFeasibilityJumpProtectLinearFeasibility(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Feasibility jump focuses on the linear model, then switches to the full
model when a linear feasible assignment is found.
- setFeasibilityJumpVarPerburbationRangeRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- setFeasibilityJumpVarRandomizationProbability(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- setFeasibilityPolishingDetails(int, SolveLogOuterClass.FeasibilityPolishingDetails) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- setFeasibilityPolishingDetails(int, SolveLogOuterClass.FeasibilityPolishingDetails.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- setFeasibilityRule(GlopParameters.PricingRule) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the feasibility phase.
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.bop.BopParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SatParameters.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- setFillAdditionalSolutionsInResponse(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- setFillTightenedDomainsInResponse(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- setFilter(LocalSearchFilter) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- setFinalStates(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- setFindBigLinearOverlap(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- setFindMultipleCores(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- setFInverse(int, int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- setFirst(int) - Method in class com.google.ortools.constraintsolver.IntBoolPair
-
- setFirstSolutionEvaluator(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Gets/sets the evaluator used during the search.
- setFirstSolutionStatistics(int, LocalSearchStatistics.FirstSolutionStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- setFirstSolutionStatistics(int, LocalSearchStatistics.FirstSolutionStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- setFirstSolutionStrategy(FirstSolutionStrategy.Value) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- setFirstSolutionStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- setFixed_cost(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- setFixedCostOfAllVehicles(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the fixed cost of all vehicle routes.
- setFixedCostOfVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the fixed cost of one vehicle route.
- setFixVariablesToTheirHintedValue(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- setFlags(CppFlags) - Static method in class com.google.ortools.init.CppBridge
-
Sets all the C++ flags contained in the CppFlags structure.
- setFloatingPointObjective(FloatObjectiveProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- setFloatingPointObjective(FloatObjectiveProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- setForwardSequence(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setForwardSequence(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- setFpRounding(SatParameters.FPRoundingMethod) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- setGapIntegral(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The integral of log(1 + absolute_objective_gap) over time.
- setGeneralConstraint(int, MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- setGeneralConstraint(int, MPGeneralConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- setGlobalSpanCostCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a cost proportional to the *global* dimension span, that is the
difference between the largest value of route end cumul variables and
the smallest value of route start cumul variables.
In other words:
global_span_cost =
coefficient * (Max(dimension end value) - Min(dimension start value)).
- setGlopParameters(GlopParameters) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- setGlopParameters(GlopParameters.Builder) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- setGlucoseDecayIncrement(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- setGlucoseDecayIncrementPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- setGlucoseMaxDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- setGuidedLocalSearchLambdaCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
These are advanced settings which should not be modified unless you know
what you are doing.
- setGuidedLocalSearchResetPenaltiesOnNewBestSolution(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to reset penalties when a new best solution is found.
- setGuidedSatConflictsChunk(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- setHandleSomePrimalGradientsOnFiniteBoundsAsResiduals(boolean) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
See https://developers.google.com/optimization/lp/pdlp_math for notation.
- setHarrisToleranceRatio(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- setHead(long) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
optional int64 head = 2;
- setHeads(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- setHeads(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- setHeuristicCloseNodesLnsNumNodes(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- setHeuristicExpensiveChainLnsNumArcsToConsider(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- setHeuristicNumFailuresLimit(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The failure limit for each heuristic that we run.
- setHeuristicPeriod(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The distance in nodes between each run of the heuristics.
- setHint(MPVariable[], double[]) - Method in class com.google.ortools.linearsolver.MPSolver
-
Sets a hint for solution.
If a feasible or almost-feasible solution to the problem is already known,
it may be helpful to pass it to the solver so that it can be used.
- setHintConflictLimit(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Conflict limit used in the phase that exploit the solution hint.
- setId(long) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The ids must be non-negative (>= 0).
- setIgnoreNames(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we don't keep names in our internal copy of the user given model.
- setIgnoreSolverSpecificParametersFailure(boolean) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- setIgnoreSubsolvers(int, String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem.
- setImpossible(int, int) - Method in class com.google.ortools.constraintsolver.Pack
-
- setImprovementLimitParameters(RoutingSearchParameters.ImprovementSearchLimitParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- setImprovementLimitParameters(RoutingSearchParameters.ImprovementSearchLimitParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- setImprovementRateCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- setImprovementRateSolutionsDistance(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- setIndex(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int32 index = 1;
- setIndex(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
int32 index = 1;
- setIndicatorConstraint(MPIndicatorConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- setIndicatorConstraint(MPIndicatorConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- setInfeasibilityInformation(int, SolveLogOuterClass.InfeasibilityInformation) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- setInfeasibilityInformation(int, SolveLogOuterClass.InfeasibilityInformation.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- setInferAllDiffs(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Run a max-clique code amongst all the x != y we can find and try to infer
set of variables that are all different.
- setInfiniteConstraintBoundThreshold(double) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- setInitialBasis(GlopParameters.InitialBasisHeuristic) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- setInitialConditionNumberThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- setInitializationSplits(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Maximum number of intervals that the initialization of impacts will scan
per variable.
- setInitializeDevexWithColumnNorms(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- setInitialPolarity(SatParameters.Polarity) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- setInitialPrimalWeight(double) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- setInitialStepSizeScaling(double) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- setInitialVariablesActivity(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The initial value of the variables activity.
- setInnerObjectiveLowerBound(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- setInstanceName(String) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The name of the optimization problem.
- setInstanceNameBytes(ByteString) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The name of the optimization problem.
- setInstantiateAllVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- setIntDiv(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- setIntDiv(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- setInteger(boolean) - Method in class com.google.ortools.linearsolver.MPVariable
-
Sets the integrality requirement of the variable.
- setIntegerAfterOffset(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_after_offset = 9;
- setIntegerBeforeOffset(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- setIntegerObjective(CpObjectiveProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- setIntegerObjective(CpObjectiveProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- setIntegerParam(MPSolverParameters.IntegerParam, int) - Method in class com.google.ortools.linearsolver.MPSolverParameters
-
Sets a integer parameter to a specific value.
- setIntegerScalingFactor(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_scaling_factor = 8;
- setIntegrality(boolean) - Method in class com.google.ortools.modelbuilder.Variable
-
Sets the integrality of the variable.
- setInterleaveBatchSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 interleave_batch_size = 134 [default = 0];
- setInterleaveSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- setInterval(IntervalConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- setInterval(IntervalConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- setIntervals(int, int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- setIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- setIntMod(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- setIntMod(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- setIntProd(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- setIntProd(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- setInverse(InverseConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- setInverse(InverseConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- setIsInteger(boolean) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
True if the variable is constrained to be integer.
- setIsLazy(boolean) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Advanced usage: sets the constraint "laziness".
This is only supported for SCIP and has no effect on other
solvers.
When laziness is true, the constraint is only considered by the Linear
Programming solver if its current solution violates the constraint.
- setIsLazy(boolean) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
[Advanced usage: do not use this if you don't know what you're doing.]
A lazy constraint is handled differently by the core solving engine, but
it does not change the result.
- setIterationCount(int) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional int32 iteration_count = 5;
- setIterationCount(int) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The total number of iterations during the solve.
- setIterationLimit(int) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- setIterationNumber(int) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The iteration number at which these stats were recorded.
- setIterationStats(int, SolveLogOuterClass.IterationStats) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- setIterationStats(int, SolveLogOuterClass.IterationStats.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- setIterationStats(int, SolveLogOuterClass.IterationStats) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- setIterationStats(int, SolveLogOuterClass.IterationStats.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
A history of iteration stats for the solve.
- setKeepAllFeasibleSolutionsInPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- setKktMatrixPassLimit(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- setL2DualResidual(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the violations of dual constraints.
- setL2DualVariable(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the dual variables.
- setL2NormRescaling(boolean) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- setL2PrimalResidual(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the violations of primal constraints.
- setL2PrimalVariable(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The l_2 norm of the primal variables.
- setLb(double) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Sets the lower bound.
- setLb(double) - Method in class com.google.ortools.linearsolver.MPVariable
-
Sets the lower bound.
- setLevelChanges(int, LinearExpressionProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- setLevelChanges(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- setLinear(LinearConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- setLinear(LinearConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- setLinearizationLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- setLinearSplitSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- setLinesearchContractionFactor(double) - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- setLinesearchRule(Solvers.PrimalDualHybridGradientParams.LinesearchRule) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Linesearch rule applied at each major iteration.
- setLInfComponentwiseDualResidual(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
- setLInfComponentwisePrimalResidual(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- setLInfDualResidual(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- setLInfDualVariable(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- setLInfPrimalResidual(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- setLInfPrimalVariable(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- setLInfRuizIterations(int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- setLinMax(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- setLinMax(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- setLiterals(int, int) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- setLiterals(int, int) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- setLiterals(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- setLiterals(int, int) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- setLiterals(int, int) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- setLiterals(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- setLnsTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- setLnsTimeLimit(Duration.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- setLocalCheapestCostInsertionPickupDeliveryStrategy(RoutingSearchParameters.PairInsertionStrategy) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- setLocalCheapestCostInsertionPickupDeliveryStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- setLocalCheapestInsertionPickupDeliveryStrategy(RoutingSearchParameters.PairInsertionStrategy) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- setLocalCheapestInsertionPickupDeliveryStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- setLocalSearchFilter(String) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- setLocalSearchFilterBytes(ByteString) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- setLocalSearchFilterStatistics(int, LocalSearchStatistics.LocalSearchFilterStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- setLocalSearchFilterStatistics(int, LocalSearchStatistics.LocalSearchFilterStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- setLocalSearchMetaheuristic(LocalSearchMetaheuristic.Value) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- setLocalSearchMetaheuristicValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- setLocalSearchOperator(String) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- setLocalSearchOperatorBytes(ByteString) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- setLocalSearchOperators(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- setLocalSearchOperators(RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- setLocalSearchOperatorStatistics(int, LocalSearchStatistics.LocalSearchOperatorStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- setLocalSearchOperatorStatistics(int, LocalSearchStatistics.LocalSearchOperatorStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- setLocalSearchStatistics(LocalSearchStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics.
- setLocalSearchStatistics(LocalSearchStatistics.Builder) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics.
- setLog_prefix(boolean) - Method in class com.google.ortools.init.CppFlags
-
Controls if time and source code info are used to prefix logging
messages.
- setLogCallback(Consumer<String>) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Sets the log callback for the solver.
- setLogCallback(Consumer<String>) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- setLogCallback(Consumer<String>) - Method in class com.google.ortools.sat.CpSolver
-
Sets the log callback for the solver.
- setLogCostOffset(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
double log_cost_offset = 29;
- setLogCostScalingFactor(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
- setLogFrequencyInSeconds(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates how much logging should wait before logging periodic search
information from specialized workers (lb_tree_search, probing).
- setLogIntervalSeconds(double) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- setLogInvalidNames(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
Whether to log invalid variable and constraint names.
- setLogPrefix(String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- setLogPrefixBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- setLogSearch(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- setLogSearchProgress(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether the solver should log the search progress to LOG(INFO).
- setLogSearchProgress(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs the progress of a solve to LOG(INFO).
- setLogSearchProgress(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should log the search progress.
- setLogSubsolverStatistics(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should display per sub-solver search statistics.
- setLogTag(String) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- setLogTagBytes(ByteString) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- setLogToResponse(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to response proto.
- setLogToStdout(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs will be displayed to stdout instead of using Google log info.
- setLogToStdout(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to stdout.
- setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
lower_bound must be <= upper_bound.
- setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
lower_bound must be <= upper_bound.
- setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
lower_bound must be <= upper_bound.
- setLowerBound(double) - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the lower bound of the variable.
- setLowerBound(double) - Method in class com.google.ortools.modelbuilder.Variable
-
Sets the lower bound of the variable.
- setLowerBound(long) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Optional lower (resp.
- setLpAlgorithm(MPSolverCommonParameters.LPAlgorithmValues) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Algorithm to solve linear programs.
- setLpMaxDeterministicTime(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The max deterministic time given to the LP solver each time it is called.
- setLsOperatorMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 ls_operator_min_neighbors = 54;
- setLsOperatorNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- setLuFactorizationPivotThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- setMainIterationCount(int) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- setMaintainer(Constraint) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- setMajorIterationFrequency(int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- setMalitskyPockParameters(Solvers.MalitskyPockParams) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- setMalitskyPockParameters(Solvers.MalitskyPockParams.Builder) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- setMarkowitzSingularityThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- setMarkowitzZlatevParameter(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- setMax(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setMax(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- setMax(long) - Method in class com.google.ortools.constraintsolver.IntExpr
-
- setMax(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- setMax(IntExpr, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setMax(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setMaxAllDiffCutSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- setMaxCallbackCacheSize(int) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- setMaxClauseActivityValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- setMaxConsecutiveInactiveCount(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- setMaxConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
- setMaxConstraint(MPArrayWithConstantConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
- setMaxCutRoundsAtLevelZero(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- setMaxDeterministicTime(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- setMaxDeterministicTime(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum deterministic time allowed to solve a problem.
- setMaxDeterministicTime(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- setMaxDomainSizeWhenEncodingEqNeqConstraints(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When loading a*x + b*y ==/!= c when x and y are both fully encoded.
- setMaxDualRayInfeasibility(double) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector scaled such that its infinity
norm is one.
- setMaxEdgeFinderSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
int32 max_edge_finder_size = 109;
- setMaximization() - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the optimization direction to maximize.
- setMaximize(boolean) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
True if the problem is a maximization problem.
- setMaximize(boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setMaximize(boolean) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
The optimization direction.
- SetMaximumNumberOfActiveVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Constrains the maximum number of active vehicles, aka the number of
vehicles which do not have an empty route.
- setMaxIntegerRoundingScaling(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- setMaxLevel(long) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 max_level = 2;
- setMaxLineLength(int) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
For .lp files only.
- setMaxLpSolveForFeasibilityProblems(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- setMaxMemoryInMb(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum memory allowed for the whole thread containing the solver.
- setMaxNumberOfBacktracksInLs(long) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of backtracks times the number of variables in Local Search,
ie.
- setMaxNumberOfConflicts(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum number of conflicts allowed to solve a problem.
- setMaxNumberOfConflictsForQuickCheck(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- setMaxNumberOfConflictsInRandomLns(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- setMaxNumberOfConflictsInRandomSolutionGeneration(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to generate a random solution.
- setMaxNumberOfConsecutiveFailingOptimizerCalls(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- setMaxNumberOfExploredAssignmentsPerTryInLs(long) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of assignments the Local Search iterates on during one
try.
- setMaxNumberOfIterations(long) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum number of simplex iterations to solve a problem.
- setMaxNumberOfReoptimizations(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- setMaxNumBrokenConstraintsInLs(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- setMaxNumCuts(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The limit on the number of cuts in our cut pool.
- setMaxNumDecisionsInLs(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- setMaxPresolveIterations(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- setMaxPrimalRayInfeasibility(double) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector scaled such that its infinity norm is one.
- setMaxSatAssumptionOrder(SatParameters.MaxSatAssumptionOrder) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- setMaxSatReverseAssumptionOrder(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- setMaxSatStratification(SatParameters.MaxSatStratificationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- setMaxSizeToCreatePrecedenceLiteralsInDisjunctive(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Create one literal for each disjunction of two pairs of tasks.
- setMaxTimeInSeconds(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- setMaxTimeInSeconds(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- setMaxTimeInSeconds(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- setMaxValidMagnitude(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- setMaxVariableActivityValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- setMergeAtMostOneWorkLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- setMergeNoOverlapWorkLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- setMethods(int, BopOptimizerMethod) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- setMethods(int, BopOptimizerMethod.Builder) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- setMin(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setMin(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- setMin(long) - Method in class com.google.ortools.constraintsolver.IntExpr
-
- setMin(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- setMin(IntExpr, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
IntExpr modifiers.
- setMin(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
IntVar modifiers.
- setMinConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
- setMinConstraint(MPArrayWithConstantConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
- setMinimization() - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the optimization direction to minimize.
- setMinimizationAlgorithm(SatParameters.ConflictMinimizationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- setMinimizeCore(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use a simple heuristic to try to minimize an UNSAT core.
- setMinimizeReductionDuringPbResolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A different algorithm during PB resolution.
- setMinimizeWithPropagationNumDecisions(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
- setMinimizeWithPropagationRestartPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
For now, we have a somewhat simpler implementation where every x restart we
spend y decisions on clause minimization.
- setMinimumAcceptablePivot(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We never follow a basis change with a pivot under this threshold.
- setMinLevel(long) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 min_level = 1;
- setMinNumLnsWorkers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If there is an objective and we are not in interleave mode, we will reserve
at least this number of worker for LNS thread.
- setMinOrthogonalityForLpConstraints(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- setMipAutomaticallyScaleVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, some continuous variable might be automatically scaled.
- setMipCheckPrecision(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- setMipComputeTrueObjectiveBound(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- setMipDropTolerance(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- setMipMaxActivityExponent(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- setMipMaxBound(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- setMipMaxValidMagnitude(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- setMipScaleLargeDomain(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- setMipVarScaling(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
All continuous variable of the problem will be multiplied by this factor.
- setMipWantedPrecision(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- setMixedIntegerSchedulingSolver(RoutingSearchParameters.SchedulingSolver) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- setMixedIntegerSchedulingSolverValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- setModel(MPModelProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- setModel(MPModelProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- setModel(CpModelProto) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- setModel(CpModelProto.Builder) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- setModelDelta(MPModelDeltaProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- setModelDelta(MPModelDeltaProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- setModelReductionLogFrequencyInSeconds(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double model_reduction_log_frequency_in_seconds = 218 [default = 5];
- setMultiArmedBanditCompoundOperatorExplorationCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- setMultiArmedBanditCompoundOperatorMemoryCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Memory coefficient related to the multi-armed bandit compound operator.
- setName(String) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
- setName(String) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- setName(String) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- setName(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- setName(String) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- setName(String) - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
- setName(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
-
Sets the name of the model.
- setName(String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setName(String) - Method in class com.google.ortools.modelbuilder.Variable
-
- setName(String) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- setName(String) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- setName(String) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- setName(String) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- setName(String) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- setName(String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- setNameAllVariables(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Should anonymous variables be given a name.
- setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- setNameCastVariables(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Create names for cast variables.
- setNecessaryReductionForRestart(double) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- setNegated(boolean) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- setNewConstraintsBatchSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add that many lazy constraints (or cuts) at once in the LP.
- setNewLinearPropagation(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- setNextBaseToIncrement(long) - Method in class com.google.ortools.constraintsolver.PathOperator
-
Set the next base to increment on next iteration.
- setNodes(int, FlowNodeProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- setNodes(int, FlowNodeProto.Builder) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- setNodeSupply(int, long) - Method in class com.google.ortools.graph.MinCostFlow
-
- setNoOverlap(NoOverlapConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- setNoOverlap(NoOverlapConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- setNoOverlap2D(NoOverlap2DConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- setNoOverlap2D(NoOverlap2DConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- setNumAcceptedNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors eventually accepted.
- setNumberOfSolutionsToCollect(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of solutions to collect during the search.
- setNumberOfSolvers(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of solvers used to run Bop.
- setNumBinaryPropagations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_binary_propagations = 13;
- setNumBooleans(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_booleans = 10;
- setNumBopSolversUsedByDecomposition(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- setNumBranches(long) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of branches explored.
- setNumBranches(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_branches = 12;
- setNumCalls(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter was called.
- setNumCols(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_cols = 2;
- setNumConflicts(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_conflicts = 11;
- setNumConflictsBeforeStrategyChanges(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- setNumConstraints(long) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 num_constraints = 2;
- setNumFailures(long) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of failures/backtracks.
- setNumFilteredNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors which were filtered.
- setNumIntegerPropagations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_integer_propagations = 14;
- setNumIntegers(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Some statistics about the solve.
- setNumLpIterations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_lp_iterations = 25;
- setNumNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors generated by the operator.
- setNumOmpThreads(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of threads in the OMP parallel sections.
- setNumRandomLnsTries(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of tries in the random lns.
- setNumRejects(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter rejected a neighbor.
- setNumRejectsPerSecond(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of rejects per second.
- setNumRelaxedVars(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- setNumRestarts(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_restarts = 24;
- setNumRows(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_rows = 1;
- setNumSearchWorkers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 num_search_workers = 100 [default = 0];
- setNumShards(int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- setNumSolutions(long) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of solutions found.
- setNumThreads(int) - Method in class com.google.ortools.linearsolver.MPSolver
-
Sets the number of threads to be used by the solver.
- setNumThreads(int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The number of threads to use.
- setNumVariables(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The number of variables in the problem.
- setNumVariables(long) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 num_variables = 1;
- setNumViolationLs(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- setNumWorkers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specify the number of parallel workers (i.e.
- setObfuscate(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
Obfuscates variable and constraint names.
- setObjective(CpObjectiveProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- setObjective(CpObjectiveProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- setObjective(LinearObjective) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- setObjective(LinearObjective.Builder) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- setObjectiveCoefficient(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The coefficient of the variable in the objective.
- setObjectiveCoefficient(double) - Method in class com.google.ortools.modelbuilder.Variable
-
Sets the objective coefficient of the variable in the objective.
- setObjectiveLowerLimit(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- setObjectiveMatrixAbsAvg(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_avg = 22;
- setObjectiveMatrixAbsMax(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- setObjectiveMatrixAbsMin(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_min = 21;
- setObjectiveMatrixL2Norm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_matrix_l2_norm = 27;
- setObjectiveMatrixNumNonzeros(long) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional int64 objective_matrix_num_nonzeros = 19;
- setObjectiveMax(long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- SetObjectiveMaxFromIndex(int, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveMin(long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- SetObjectiveMinFromIndex(int, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveOffset(double) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Offset for the objective function.
- setObjectiveOffset(double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setObjectiveRange(long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- SetObjectiveRangeFromIndex(int, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveUpperLimit(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double objective_upper_limit = 41 [default = inf];
- setObjectiveValue(long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveValue(double) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
optional double objective_value = 1;
- setObjectiveValue(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- setObjectiveValue(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- SetObjectiveValueFromIndex(int, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveVectorAbsAvg(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_avg = 18;
- setObjectiveVectorAbsMax(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Statistics of the objective vector.
- setObjectiveVectorAbsMin(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_min = 17;
- setObjectiveVectorL2Norm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double objective_vector_l2_norm = 23;
- setOffset(double) - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the constant term in the objective.
- setOffset(double) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- setOffset(long) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int64 offset = 2;
- setOffset(double) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
double offset = 3;
- setOffset(long) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
int64 offset = 3;
- setOffset(double) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- setOnlyAddCutsAtLevelZero(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- setOnlySolveIp(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- setOptimalityNorm(Solvers.OptimalityNorm) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
The norm that we are measuring the optimality criteria in.
- setOptimizationDirection(boolean) - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the optimization direction (maximize: true or minimize: false).
- setOptimizationRule(GlopParameters.PricingRule) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the optimization phase.
- setOptimizationStep(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Minimum step by which the solution must be improved in local search.
- setOptimizeWithCore(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- setOptimizeWithLbTreeSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- setOptimizeWithMaxHs(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This has no effect if optimize_with_core is false.
- setOrbitopes(int, DenseMatrixProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- setOrbitopes(int, DenseMatrixProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- setOrConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- setOrConstraint(MPArrayConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- setOriginalNumVariables(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- setOriginalProblemStats(SolveLogOuterClass.QuadraticProgramStats) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the original problem.
- setOriginalProblemStats(SolveLogOuterClass.QuadraticProgramStats.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the original problem.
- setParameters(SatParameters) - Method in class com.google.ortools.sat.SolveWrapper
-
- setParameters(SatParameters) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- setParameters(SatParameters.Builder) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- setParams(Solvers.PrimalDualHybridGradientParams) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- setParams(Solvers.PrimalDualHybridGradientParams.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- setParams(Solvers.PrimalDualHybridGradientParams) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- setParams(Solvers.PrimalDualHybridGradientParams.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- SetPathEnergyCostOfVehicle(String, String, long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- setPayloadKey(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- setPayloadKeyBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- setPayloadValue(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- setPayloadValueBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- setPbCleanupIncrement(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- setPbCleanupRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- setPerformed(boolean) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setPerformed(IntervalVar, boolean) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setPerformedMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setPerformedMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setPerformedMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setPerformedMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setPerformedRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setPerformedRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setPerformedValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setPerformedValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setPermutations(int, SparsePermutationProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- setPermutations(int, SparsePermutationProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- setPermutePresolveConstraintOrder(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- setPermuteVariableRandomly(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is mainly here to test the solver variability.
- setPersistentImpact(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Whether to keep the impact from the first search for other searches,
or to recompute the impact for each new search.
- setPerturbCostsInDualSimplex(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- setPickupAndDeliveryPolicyOfAllVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the Pickup and delivery policy of all vehicles.
- setPickupAndDeliveryPolicyOfVehicle(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- setPickupToDeliveryLimitFunctionForPair(IntIntToLongFunction, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- setPointMetadata(int, SolveLogOuterClass.PointMetadata) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- setPointMetadata(int, SolveLogOuterClass.PointMetadata.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- setPointType(SolveLogOuterClass.PointType) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Type of the point that this metadata corresponds to.
- setPolarityRephaseIncrement(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- setPolishingPhaseType(SolveLogOuterClass.PolishingPhaseType) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- setPolishLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- setPopulateAdditionalSolutionsUpTo(int) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- setPositiveCoeff(long) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
int64 positive_coeff = 3;
- setPost_travel_transit_value(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
- setPre_travel_transit_value(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
The parts of the transit which occur pre/post travel between the
nodes.
- setPreferredVariableOrder(SatParameters.VariableOrder) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- setPreprocessedProblemStats(SolveLogOuterClass.QuadraticProgramStats) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- setPreprocessedProblemStats(SolveLogOuterClass.QuadraticProgramStats.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- setPreprocessingTimeSec(double) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Time for preprocessing (everything before iteration 0).
- setPreprocessorZeroTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
A floating point tolerance used by the preprocessors.
- setPresolve(OptionalBoolean) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Gurobi and SCIP enable presolve by default.
- setPresolveBlockedClause(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- setPresolveBvaThreshold(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- setPresolveBveClauseWeight(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- setPresolveBveThreshold(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- setPresolveExtractIntegerEnforcement(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- setPresolveInclusionWorkLimit(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A few presolve operations involve detecting constraints included in other
constraint.
- setPresolveOptions(Solvers.PrimalDualHybridGradientParams.PresolveOptions) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- setPresolveOptions(Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- setPresolveProbingDeterministicTimeLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- setPresolveSubstitutionLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- setPresolveUseBva(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- setPrimalFeasibilityTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- setPrimalObjective(double) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
The primal objective.
- setPrimalRayLinearObjective(double) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- setPrimalRayQuadraticNorm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- setPrimalTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- setPrimalTolerance(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- setPrimalWeight(double) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Primal weight controlling the relation between primal and dual step sizes.
- setPrimalWeightUpdateSmoothing(double) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- setPrimaryConstrainedDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Set the given dimension as "primary constrained".
- setPrintAddedConstraints(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print added constraints.
- setPrintLocalSearchProfile(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print local search profiling data after solving.
- setPrintModel(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print the model before solving.
- setPrintModelStats(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print model statistics before solving.
- setPriority(int) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- setProbingDeterministicTimeLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The maximum "deterministic" time limit to spend in probing.
- setProbingPeriodAtRoot(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If set at zero (the default), it is disabled.
- setProblemType(FlowModelProto.ProblemType) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- setProfileFile(String) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- setProfileFileBytes(ByteString) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- setProfileLocalSearch(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate local search profiling.
- setProfilePropagation(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagation profiling.
- setPropagationLoopDetectionFactor(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- setProvideStrongOptimalGuarantee(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds.
- setPruneSearchTree(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- setPseudoCostReliabilityThreshold(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- setPushToVertex(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- setQcoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- setQuadraticConstraint(MPQuadraticConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- setQuadraticConstraint(MPQuadraticConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- setQuadraticCostSoftSpanUpperBoundForVehicle(BoundCost, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
If the span of vehicle on this dimension is larger than bound,
the cost will be increased by cost * (span - bound)^2.
- setQuadraticObjective(MPQuadraticObjective) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- setQuadraticObjective(MPQuadraticObjective.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- setQvar1Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- setQvar1Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- setQvar2Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- setQvar2Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- setRandomBranchesRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- setRandomDualProjections(int, double) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- setRandomizeSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Randomize fixed search.
- setRandomPolarityRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The proportion of polarity chosen at random.
- setRandomPrimalProjections(int, double) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- setRandomProjectionSeeds(int, int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- setRandomSeed(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The seed used to initialize the random generator.
- setRandomSeed(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Seed used to initialize the random part in some heuristics.
- setRandomSeed(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- setRandomSeed(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- setRange(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setRange(long, long) - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- setRange(long, long) - Method in class com.google.ortools.constraintsolver.IntExpr
-
This method sets both the min and the max of the expression.
- setRange(long, long) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- setRange(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setRange(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setRatioTestZeroThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During the primal simplex (resp.
- setRecomputeEdgesNormThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- setRecomputeReducedCostsThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the accuracy of the iteratively computed reduced costs.
- setRecordIterationStats(boolean) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- setReducedCost(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
- setReduceVehicleCostModel(boolean) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Advanced settings.
- setRefactorizationThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row].
- setRelativeCostPerturbation(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
- setRelativeGapLimit(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- setRelativeGapLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double relative_gap_limit = 160 [default = 0];
- setRelativeMaxCostPerturbation(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- setRelativeMipGap(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- setRelativeMipGap(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- setRelocateExpensiveChainNumArcsToConsider(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- setRepairHint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver tries to repair the solution given in the hint.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.bop.BopParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.SatParameters.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- setReservoir(ReservoirConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- setReservoir(ReservoirConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- setRestartAlgorithms(int, SatParameters.RestartAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- setRestartDlAverageRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- setRestartLbdAverageRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- setRestartPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Restart period for the FIXED_RESTART strategy.
- setRestartRunningWindowSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the window for the moving average restarts.
- setRestartStrategy(Solvers.PrimalDualHybridGradientParams.RestartStrategy) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- setRestartUsed(SolveLogOuterClass.RestartChoice) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
optional int32 resultant_var_index = 2;
- setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
optional int32 resultant_var_index = 2;
- setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional int32 resultant_var_index = 3;
- setRootLpIterations(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- setRoutes(RoutesConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- setRoutes(RoutesConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- setRunAllHeuristics(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The default phase will run heuristics periodically.
- setSatParameters(SatParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- setSatParameters(SatParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- setSavingsAddReverseArcs(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- setSavingsArcCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- setSavingsMaxMemoryUsageBytes(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- setSavingsNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Parameters specific to the Savings first solution heuristic.
- setSavingsParallelRoutes(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
When true, the routes are built in parallel, sequentially otherwise.
- setScaling(OptionalBoolean) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Enable automatic scaling of matrix coefficients and objective.
- setScalingFactor(double) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
double scaling_factor = 3;
- setScalingFactor(double) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
optional double scaling_factor = 4 [default = 1];
- setScalingMethod(GlopParameters.ScalingAlgorithm) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- setScalingWasExact(boolean) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal field.
- setSearchBranching(SatParameters.SearchBranching) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- setSearchRandomizationTolerance(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Search randomization will collect equivalent 'max valued' variables, and
pick one randomly.
- setSearchStrategy(int, DecisionStrategyProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- setSearchStrategy(int, DecisionStrategyProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- setSecond(boolean) - Method in class com.google.ortools.constraintsolver.IntBoolPair
-
- setSequence(SequenceVar, int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setSequence(int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- setShareBinaryClauses(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of new learned binary clause between workers.
- setSharedTreeMaxNodesPerWorker(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- setSharedTreeNumWorkers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enables experimental workstealing-like shared tree search.
- setSharedTreeSplitStrategy(SatParameters.SharedTreeSplitStrategy) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- setSharedTreeWorkerObjectiveSplitProbability(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
After their assigned prefix, shared tree workers will branch on the
objective with this probability.
- setShareLevelZeroBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of the bounds of modified variables at level 0.
- setShareObjectiveBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows objective sharing between workers.
- setShavingSearchDeterministicTime(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- setShowUnusedVariables(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
For .lp files only.
- setSimpleOptimalityCriteria(Solvers.TerminationCriteria.SimpleOptimalityCriteria) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- setSimpleOptimalityCriteria(Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- setSize(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- setSize(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- setSkipLocallyOptimalPaths(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Skip locally optimal pairs of paths in PathOperators.
- setSmallPivotThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- setSmartTimeCheck(boolean) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool smart_time_check = 5;
- setSoftSpanUpperBoundForVehicle(BoundCost, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
If the span of vehicle on this dimension is larger than bound,
the cost will be increased by cost * (span - bound).
- setSolution(int, long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- setSolutionFeasibilityTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- setSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- setSolutionHint(PartialVariableAssignment.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- setSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- setSolutionHint(PartialVariableAssignment.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- setSolutionInfo(String) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- setSolutionInfoBytes(ByteString) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- setSolutionLimit(long) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
-- Search limits --
Limit to the number of solutions generated during the search.
- setSolutionPoolSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the top-n different solutions kept by the solver.
- setSolutions(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 solutions = 4;
- setSolutionStats(SolveLogOuterClass.IterationStats) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- setSolutionStats(SolveLogOuterClass.IterationStats.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- setSolutionStats(SolveLogOuterClass.IterationStats) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- setSolutionStats(SolveLogOuterClass.IterationStats.Builder) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- setSolutionType(SolveLogOuterClass.PointType) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- setSolutionType(SolveLogOuterClass.PointType) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The type of the output point that the solver returned.
- setSolveDualProblem(GlopParameters.SolverBehavior) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we solve the dual of the given problem.
- setSolveInfo(MPSolveInfo) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- setSolveInfo(MPSolveInfo.Builder) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- setSolveLog(String) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- setSolveLogBytes(ByteString) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- setSolverOptimizerSets(int, BopSolverOptimizerSet) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- setSolverOptimizerSets(int, BopSolverOptimizerSet.Builder) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- setSolverParameters(ConstraintSolverParameters) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- setSolverParameters(ConstraintSolverParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- setSolverSpecificInfo(ByteString) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Opaque solver-specific information.
- setSolverSpecificParameters(String) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- setSolverSpecificParameters(String) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Sets solver specific parameters as string.
- setSolverSpecificParameters(String) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- setSolverSpecificParametersAsString(String) - Method in class com.google.ortools.linearsolver.MPSolver
-
Advanced usage: pass solver specific parameters in text format.
The format is solver-specific and is the same as the corresponding solver
configuration file format.
- setSolverSpecificParametersBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- setSolverTimeLimitSeconds(double) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Maximum time to be spent by the solver to solve 'model'.
- setSolverType(MPModelRequest.SolverType) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- setSolveTimeSec(double) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional double solve_time_sec = 6;
- setSolveTimeSec(double) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The runtime of the solve.
- setSolveUserTimeSeconds(double) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
optional double solve_user_time_seconds = 2;
- setSolveWallTimeSeconds(double) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
How much wall time (resp.
- setSortConstraintsByNumTerms(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- setSorted_vehicle_classes_per_type(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- setSosConstraint(MPSosConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- setSosConstraint(MPSosConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- setSpanCostCoefficientForAllVehicles(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- setSpanCostCoefficientForVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a cost proportional to the dimension span on a given vehicle,
or on all vehicles at once.
- setSpanUpperBoundForVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets an upper bound on the dimension span on a given vehicle.
- setStart(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- setStart(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- setStartingState(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
A state is identified by a non-negative number.
- setStartMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setStartMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setStartMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setStartMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setStartMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setStartMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setStartMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setStartMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
IntervalVar modifiers.
- setStartRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setStartRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setStartRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setStartRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setStartValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setStartValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setStatus(MPSolverResponseStatus) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Result of the optimization.
- setStatus(CpSolverStatus) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- setStatusStr(String) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- setStatusStrBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- setStatusValue(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- setStderrthreshold(int) - Method in class com.google.ortools.init.CppFlags
-
Controls the logging level shown on stderr.
By default, the logger will only display ERROR and FATAL logs (value 2 and
3) to stderr.
- setStepSize(double) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
Step size used at this iteration.
- setStepSizeDownscalingFactor(double) - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- setStepSizeGrowthExponent(double) - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- setStepSizeInterpolation(double) - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- setStepSizeReductionExponent(double) - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- setStopAfterFirstSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, stop the solver as soon as we have a solution.
- setStopAfterPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly used when improving the presolver.
- setStopAfterRootPropagation(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool stop_after_root_propagation = 252 [default = false];
- setStoreNames(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameters indicates if the solver should store the names of
the objets it manages.
- setStrategy(String) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- setStrategyBytes(ByteString) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- setStrategyChangeIncreaseRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- setSubsolverParams(int, SatParameters) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- setSubsolverParams(int, SatParameters.Builder) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- setSubsolvers(int, String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- setSubsumptionDuringConflictAnalysis(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- setSufficientAssumptionsForInfeasibility(int, int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- setSufficientReductionForRestart(double) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- setSupply(long) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The supply can be positive or negative in which case it means demand.
- setSupport(int, int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- setSymmetry(SymmetryProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- setSymmetry(SymmetryProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- setSymmetryLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- setSynchronizationType(BopParameters.ThreadSynchronizationType) - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- setTable(TableConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- setTable(TableConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- setTableCompressionLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much we try to "compress" a table constraint.
- setTail(long) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
A directed arc goes from a tail node to a head node.
- setTails(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- setTails(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- setTarget(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
int32 target = 2;
- setTarget(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- setTarget(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- setTargetIndex(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- setTargetName(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- setTargetNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- setTargetType(MPModelProto.Annotation.TargetType) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- setTerminationCheckFrequency(int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- setTerminationCriteria(Solvers.TerminationCriteria) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- setTerminationCriteria(Solvers.TerminationCriteria.Builder) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- setTerminationReason(SolveLogOuterClass.TerminationReason) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- setTerminationReason(SolveLogOuterClass.TerminationReason) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
The reason that the solve terminated.
- setTerminationString(String) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Optional extra information about the termination reason.
- setTerminationStringBytes(ByteString) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
Optional extra information about the termination reason.
- setTestFeasibilityJump(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- setTightenedVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- setTightenedVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- setTime(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
TODO(user): Specify the time units or switch to google.Duration proto.
- setTimeExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- setTimeExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- setTimeLimit(double) - Method in class com.google.ortools.algorithms.KnapsackSolver
-
Time limit in seconds.
When a finite time limit is set the solution obtained might not be optimal
if the limit is reached.
- setTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- setTimeLimit(Duration.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- setTimeLimit(long) - Method in class com.google.ortools.linearsolver.MPSolver
-
- setTimeLimit(Duration) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Sets the time limit for the solve in seconds.
- setTimeLimitInSeconds(double) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- setTimeSecLimit(double) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- setTmpVector(long[]) - Method in class com.google.ortools.constraintsolver.Solver
-
Unsafe temporary vector.
- setTotalNumAcceptedNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_accepted_neighbors = 5;
- setTotalNumFilteredNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_filtered_neighbors = 4;
- setTotalNumNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Total number of (filtered/accepted) neighbors created during the search.
- setTracePropagation(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagate tracing.
- setTraceSearch(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Trace search.
- setTrailBlockSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates the default size of a block of the trail.
- setTransformations(int, DecisionStrategyProto.AffineTransformation) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- setTransformations(int, DecisionStrategyProto.AffineTransformation.Builder) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
- setTransition_info(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo
-
For each node #i on the route, transition_info[i] contains the relevant
information for the travel between nodes #i and #(i + 1) on the route.
- setTransitionHead(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- setTransitionLabel(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- setTransitionTail(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- setTransitionTime(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
-
Add a transition time between intervals.
- setTravel_compression_cost(RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
travel_compression_cost models the cost of the difference between the
(real) travel value Táµ£ given by travel_start_dependent_travel and the
compressed travel value considered in the scheduling.
- setTravel_cost_coefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo
-
The cost per unit of travel for this vehicle.
- setTravel_start_dependent_travel(RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
Models the (real) travel value Táµ£, for this transition based on the
departure value of the travel.
- setTravel_value_upper_bound(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
The hard upper bound of the (real) travel value Táµ£ (see
above).
- setType(BopOptimizerMethod.OptimizerType) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- setType(MPSosConstraint.Type) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- setType_index_of_vehicle(int[]) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- setUb(double) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Sets the upper bound.
- setUb(double) - Method in class com.google.ortools.linearsolver.MPVariable
-
Sets the upper bound.
- setUnassigned(int) - Method in class com.google.ortools.constraintsolver.Pack
-
- setUnitCost(long) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Cost of this arc per unit of flow.
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.bop.BopParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SatParameters.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.SolveLogOuterClass.InfeasibilityInformation.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.SolveLogOuterClass.IterationStats.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.SolveLogOuterClass.SolveLog.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.Solvers.MalitskyPockParams.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class operations_research.pdlp.Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- setUnperformed(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setUnperformed(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
optional double upper_bound = 3 [default = inf];
- setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
optional double upper_bound = 7 [default = inf];
- setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional double upper_bound = 2 [default = inf];
- setUpperBound(double) - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the upper bound of the variable.
- setUpperBound(double) - Method in class com.google.ortools.modelbuilder.Variable
-
Sets the upper bound of the variable.
- setUpperBound(long) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
optional int64 upper_bound = 4;
- setUseAbslRandom(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_absl_random = 180 [default = false];
- setUseAllPossibleDisjunctions(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_all_possible_disjunctions = 108;
- setUseBlockingRestart(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- setUseBranchingInLp(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver attemts to generate more info inside lp propagator by
branching on some variables if certain criteria are met during the search
tree exploration.
- setUseCombinedNoOverlap(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- setUseCp(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- setUseCpSat(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- setUseCpSatValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- setUseCpValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- setUseCross(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- setUseCrossExchange(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- setUseCrossExchangeValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- setUseCrossValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- setUseCumulativeEdgeFinder(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the cumulative constraint.
- setUseCumulativeTimeTable(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table = 106;
- setUseCumulativeTimeTableSync(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table_sync = 112;
- setUseDedicatedDualFeasibilityAlgorithm(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We have two possible dual phase I algorithms.
- setUseDepthFirstSearch(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- setUseDiagonalQpTrustRegionSolver(boolean) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- setUseDisjunctiveConstraintInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- setUseDualSchedulingHeuristics(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- setUseDualSimplex(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- setUseElementRmq(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the element constraint.
- setUseEnergeticReasoningInNoOverlap2D(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- setUseErwaHeuristic(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- setUseExactLpReason(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver usually exploit the LP relaxation of a model.
- setUseExchange(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- setUseExchangePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- setUseExchangePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- setUseExchangeSubtrip(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- setUseExchangeSubtripValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- setUseExchangeValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- setUseExtendedSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- setUseExtendedSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- SetUseFastLocalSearch(boolean) - Method in class com.google.ortools.constraintsolver.Solver
-
enabled for metaheuristics.
Disables/enables fast local search.
- setUseFeasibilityPolishing(boolean) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- setUseFeasibilityPump(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- setUseFullPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- setUseFullPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- setUseFullPropagation(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- setUseGeneralizedCpSat(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- setUseGeneralizedCpSatValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- setUseGlobalCheapestInsertionCloseNodesLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionCloseNodesLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionExpensiveChainLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionExpensiveChainLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- setUseGlop(boolean) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
If true runs Glop's presolver on the given instance prior to solving.
- setUseHardPrecedencesInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- setUseImpliedBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stores and exploits "implied-bounds" in the solver.
- setUseImpliedFreePreprocessor(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If presolve runs, include the pass that detects implied free variables.
- setUseInactiveLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- setUseInactiveLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- setUseLastConflict(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Should we use last conflict method.
- setUseLbRelaxLns(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on neighborhood generator based on local branching LP.
- setUseLearnedBinaryClausesInLp(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- setUseLightRelocatePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- setUseLightRelocatePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- setUseLinKernighan(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- setUseLinKernighanValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- setUseLnsOnly(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
LNS parameters.
- setUseLocalCheapestInsertionCloseNodesLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- setUseLocalCheapestInsertionCloseNodesLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- setUseLocalCheapestInsertionExpensiveChainLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- setUseLocalCheapestInsertionExpensiveChainLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- setUseLocalCheapestInsertionPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- setUseLocalCheapestInsertionPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- setUseLpLns(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use Large Neighborhood Search based on the LP relaxation.
- setUseLpStrongBranching(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use strong branching in the linear relaxation optimizer.
- setUseMakeActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- setUseMakeActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- setUseMakeChainInactive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- setUseMakeChainInactiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- setUseMakeInactive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- setUseMakeInactiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- setUseMiddleProductFormUpdate(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- setUseMultiArmedBanditConcatenateOperators(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, the solver will use multi-armed bandit concatenate operators.
- setUseNodePairSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- setUseNodePairSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- setUseObjectiveLbSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- setUseObjectiveShavingSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- setUseOptimizationHints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- setUseOptionalVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- setUseOrOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- setUseOrOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- setUseOverloadCheckerInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- setUsePairwiseReasoningInNoOverlap2D(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Performs an extra step of propagation in the no_overlap_2d constraint by
looking at all pairs of intervals.
- setUsePathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- setUsePathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- setUsePbResolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- setUsePhaseSaving(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- setUsePotentialOneFlipRepairsInLs(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- setUsePrecedencesInDisjunctiveConstraint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- setUsePreprocessing(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use advanced preprocessing techniques.
- setUseProbingSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- setUseRandomLns(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- setUseReduction(boolean) - Method in class com.google.ortools.algorithms.KnapsackSolver
-
- setUseRelocate(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- setUseRelocateAndMakeActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- setUseRelocateAndMakeActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- setUseRelocateExpensiveChain(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- setUseRelocateExpensiveChainValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- setUseRelocateNeighbors(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- setUseRelocateNeighborsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- setUseRelocatePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- setUseRelocatePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- setUseRelocatePathGlobalCheapestInsertionInsertUnperformed(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- setUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- setUseRelocateSubtrip(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- setUseRelocateSubtripValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- setUseRelocateValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- setUseRinsLns(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on relaxation induced neighborhood generator.
- setUserTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double user_time = 16;
- setUseSatInprocessing(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_sat_inprocessing = 163 [default = false];
- setUseSatToChooseLnsNeighbourhood(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use sat propagation to choose the lns neighbourhood.
- setUseScaling(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- setUseSequenceHighDemandTasks(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_sequence_high_demand_tasks = 107;
- setUseSharedTreeSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Set on shared subtree workers.
- setUseShavingInProbingSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- setUseShortestPathSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- setUseShortestPathSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- setUseSmallTable(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the table constraint.
- setUseStrongPropagationInDisjunctive(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- setUseSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- setUseSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- setUseSymmetry(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit the eventual symmetries of the problem.
- setUseTimetableEdgeFindingInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- setUseTimetablingInNoOverlap2D(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- setUseTransposedMatrix(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- setUseTranspositionTableInLs(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- setUseTspLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- setUseTspLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- setUseTspOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- setUseTspOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- setUseTwoOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- setUseTwoOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- setUseUnfilteredFirstSolutionStrategy(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- setValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setValue(long) - Method in class com.google.ortools.constraintsolver.IntExpr
-
This method sets the value of the expression.
- setValue(long[]) - Method in class com.google.ortools.constraintsolver.IntVar
-
This method intersects the current domain with the values in the array.
- setValue(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- setValue(long, long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- setValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setValue(IntVar, long[]) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setValue(Solver, boolean) - Method in class com.google.ortools.constraintsolver.RevBool
-
- setValue(Solver, int) - Method in class com.google.ortools.constraintsolver.RevInteger
-
- setValue(Solver, long) - Method in class com.google.ortools.constraintsolver.RevLong
-
- setValue(double) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
optional double value = 1;
- setValues(int, long) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- setValues(int, long) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- setValues(int, long) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- setValueSelectionSchema(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This parameter describes which value to select for a given var.
- setVariable(IntVar) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- setVariable(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- setVariable(int, MPVariableProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- setVariableActivityDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- setVariableBoundGapsAvg(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_avg = 15;
- setVariableBoundGapsL2Norm(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_l2_norm = 26;
- setVariableBoundGapsMax(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- setVariableBoundGapsMin(double) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_min = 14;
- setVariableBoundGapsNumFinite(long) - Method in class operations_research.pdlp.SolveLogOuterClass.QuadraticProgramStats.Builder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- setVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- setVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- setVariables(int, int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- setVariableSelectionStrategy(DecisionStrategyProto.VariableSelectionStrategy) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- setVariableSelectionStrategyValue(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- setVariableValue(int, double) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- setVariableValue(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- setVarIndex(int) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t.
- setVarIndex(int) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Variable index (w.r.t.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- setVarIntegrality(int, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVarLowerBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVarName(int, String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVarNames(int, String) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- setVarObjectiveCoefficient(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVars(int, int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of variables.
- setVars(int, int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- setVars(int, int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated int32 vars = 3;
- setVars(int, int) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int32 vars = 1;
- setVarSelectionSchema(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This parameter describes how the next variable to instantiate
will be chosen.
- setVarUpperBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVarValue(int) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Value the above variable should take.
- setVarValue(int, double) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- setVehicle_class(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- setVehicles_per_vehicle_class(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- SetVehicleUsedWhenEmpty(boolean, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- setVerbosityLevel(int) - Method in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.Builder
-
The verbosity of logging.
- setViolationLsPerturbationPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How long violation_ls should wait before perturbating a solution.
- setVisitType(long, int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- setWallTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The time counted from the beginning of the Solve() call.
- setWeight(int, double) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- setX_anchors(SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation
-
The set of *increasing* anchor cumul values for the interpolation.
- setXIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- setY_anchors(SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation
-
The y values used for the interpolation:
For any x anchor value, let i be an index such that
x_anchors[i] ≤ x < x_anchors[i+1], then the y value for x is
y_anchors[i] * (1-λ) + y_anchors[i+1] * λ, with
λ = (x - x_anchors[i]) / (x_anchors[i+1] - x_anchors[i]).
- setYIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- SHARE_BINARY_CLAUSES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARE_LEVEL_ZERO_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARE_OBJECTIVE_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_MAX_NODES_PER_WORKER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_NUM_WORKERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_SPLIT_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_WORKER_OBJECTIVE_SPLIT_PROBABILITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHAVING_SEARCH_DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- shortestTransitionSlack(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
It makes sense to use the function only for self-dependent dimension.
For such dimensions the value of the slack of a node determines the
transition cost of the next transit.
- shouldFail() - Method in class com.google.ortools.constraintsolver.Solver
-
These methods are only useful for the SWIG wrappers, which need a way
to externally cause the Solver to fail.
- shutdownLogging() - Static method in class com.google.ortools.init.CppBridge
-
Shutdown the C++ logging layer.
This can be called to shutdown the C++ logging layer from OR-Tools.
It should only be called once.
Deprecated: this is a no-op.
- SIMPLE_MARKER - Static variable in class com.google.ortools.constraintsolver.Solver
-
- SIMPLE_OPTIMALITY_CRITERIA_FIELD_NUMBER - Static variable in class operations_research.pdlp.Solvers.TerminationCriteria
-
- SIMPLE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
SIMPLE = 1;
- SimpleBoundCosts - Class in com.google.ortools.constraintsolver
-
- SimpleBoundCosts(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- SimpleBoundCosts(int, BoundCost) - Constructor for class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- SimpleBoundCosts_getBoundCost(long, SimpleBoundCosts, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SimpleBoundCosts_getSize(long, SimpleBoundCosts) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SIMPLELNS - Static variable in class com.google.ortools.constraintsolver.Solver
-
Operator which defines one neighbor per variable.
- SIMULATED_ANNEALING_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
Uses simulated annealing to escape local minima
(cf.
- size() - Method in class com.google.ortools.constraintsolver.Assignment
-
- size() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- size() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- size() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- size() - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- size() - Method in class com.google.ortools.constraintsolver.IntVar
-
This method returns the number of values in the domain of the variable.
- size() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- size() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- Size() - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
-
- size() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
-
- Size() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- size() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of next variables in the model.
- size() - Method in class com.google.ortools.constraintsolver.SequenceVar
-
Returns the number of interval vars in the sequence.
- size() - Method in class com.google.ortools.util.Domain
-
Returns the number of elements in the domain.
- SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
-
- SKIP_LOCALLY_OPTIMAL_PATHS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- SkipUnchanged(int) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- slacks() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- slackVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- SMALL_PIVOT_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- SMART_TIME_CHECK_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- solution(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
-
Returns the nth solution.
- SOLUTION_FEASIBILITY_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- SOLUTION_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
-
- SOLUTION_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
-
- SOLUTION_INFO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- SOLUTION_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SOLUTION_POOL_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SOLUTION_STATS_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- SOLUTION_STATS_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- SOLUTION_TYPE_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- SOLUTION_TYPE_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- solutionBooleanValue(int) - Method in class com.google.ortools.sat.SolutionCallback
-
- SolutionCallback - Class in com.google.ortools.sat
-
- SolutionCallback(long, boolean) - Constructor for class com.google.ortools.sat.SolutionCallback
-
- SolutionCallback() - Constructor for class com.google.ortools.sat.SolutionCallback
-
- SolutionCallback_bestObjectiveBound(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_change_ownership(SolutionCallback, long, boolean) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_director_connect(SolutionCallback, long, boolean, boolean) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numBinaryPropagations(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numBooleans(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numBranches(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numConflicts(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numIntegerPropagations(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_objectiveValue(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_onSolutionCallback(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_solutionBooleanValue(long, SolutionCallback, int) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_solutionIntegerValue(long, SolutionCallback, int) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_stopSearch(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_userTime(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_wallTime(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCollector - Class in com.google.ortools.constraintsolver
-
This class is the root class of all solution collectors.
It implements a basic query API to be used independently
of the collector used.
- SolutionCollector(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
-
- SolutionCollector(Solver, Assignment) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
-
- SolutionCollector(Solver) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
-
- SolutionCollector_add__SWIG_0(long, SolutionCollector, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_1(long, SolutionCollector, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_2(long, SolutionCollector, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_3(long, SolutionCollector, IntervalVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_4(long, SolutionCollector, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_5(long, SolutionCollector, SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_addObjective(long, SolutionCollector, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_AddObjectives(long, SolutionCollector, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_backwardSequence(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_branches(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_durationValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_endValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_enterSearch(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_failures(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_forwardSequence(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_install(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_objectiveValue(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_ObjectiveValueFromIndex(long, SolutionCollector, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_performedValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_solution(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_solutionCount(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_startValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_toString(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_unperformed(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_value(long, SolutionCollector, int, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_wallTime(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- solutionCount() - Method in class com.google.ortools.constraintsolver.SolutionCollector
-
Returns how many solutions were stored during the search.
- solutionIntegerValue(int) - Method in class com.google.ortools.sat.SolutionCallback
-
- SolutionPool - Class in com.google.ortools.constraintsolver
-
This class is used to manage a pool of solutions.
- SolutionPool(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SolutionPool
-
- SolutionPool_getNextSolution(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionPool_initialize(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionPool_registerNewSolution(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionPool_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionPool_syncNeeded(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- solutions() - Method in class com.google.ortools.constraintsolver.RegularLimit
-
- solutions() - Method in class com.google.ortools.constraintsolver.Solver
-
The number of solutions found since the start of the search.
- SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- solutionValue() - Method in class com.google.ortools.linearsolver.MPVariable
-
Returns the value of the variable in the current solution.
If the variable is integer, then the value will always be an integer (the
underlying solver handles floating-point values only, but this function
automatically rounds it to the nearest integer; see: man 3 round).
- solve() - Method in class com.google.ortools.algorithms.KnapsackSolver
-
Solves the problem and returns the profit of the optimal solution.
- solve(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Solves the current routing model; closes the current model.
This is equivalent to calling
SolveWithParameters(DefaultRoutingSearchParameters())
or
SolveFromAssignmentWithParameters(assignment,
DefaultRoutingSearchParameters()).
- solve() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Solves the current routing model; closes the current model.
This is equivalent to calling
SolveWithParameters(DefaultRoutingSearchParameters())
or
SolveFromAssignmentWithParameters(assignment,
DefaultRoutingSearchParameters()).
- solve(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver
-
Solves the problem using the given DecisionBuilder and returns true if a
solution was found and accepted.
These methods are the ones most users should use to search for a solution.
Note that the definition of 'solution' is subtle.
- solve(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve() - Method in class com.google.ortools.graph.LinearSumAssignment
-
- solve(int, int) - Method in class com.google.ortools.graph.MaxFlow
-
- solve() - Method in class com.google.ortools.graph.MinCostFlow
-
- solve() - Method in class com.google.ortools.linearsolver.MPSolver
-
Solves the problem using the default parameter values.
- solve(MPSolverParameters) - Method in class com.google.ortools.linearsolver.MPSolver
-
Solves the problem using the specified parameter values.
- solve(ModelBuilder) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Solves given model, and returns the status of the response.
- solve(ModelBuilderHelper) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- solve(CpModel) - Method in class com.google.ortools.sat.CpSolver
-
Solves the given model, and returns the solve status.
- solve(CpModel, CpSolverSolutionCallback) - Method in class com.google.ortools.sat.CpSolver
-
Solves the given model, calls the solution callback at each incumbent solution, and returns the
solve status.
- solve(CpModelProto) - Method in class com.google.ortools.sat.SolveWrapper
-
- SOLVE_DUAL_PROBLEM_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- SOLVE_INFO_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
-
- SOLVE_LOG_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- SOLVE_TIME_SEC_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.FeasibilityPolishingDetails
-
- SOLVE_TIME_SEC_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.SolveLog
-
- SOLVE_USER_TIME_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolveInfo
-
- SOLVE_WALL_TIME_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolveInfo
-
- solveAndCommit(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver
-
SolveAndCommit using a decision builder and up to three
search monitors, usually one for the objective, one for the limits
and one to collect solutions.
The difference between a SolveAndCommit() and a Solve() method
call is the fact that SolveAndCommit will not backtrack all
modifications at the end of the search.
- solveAndCommit(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
- solveAndCommit(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solveAndCommit(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solveAndCommit(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solveDepth() - Method in class com.google.ortools.constraintsolver.Solver
-
Gets the number of nested searches.
- SolveFromAssignmentsWithParameters(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t, RoutingSearchParameters, SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as above but will try all assignments in order as first solutions
until one succeeds.
- SolveFromAssignmentsWithParameters(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t, RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as above but will try all assignments in order as first solutions
until one succeeds.
- solveFromAssignmentWithParameters(Assignment, RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as above, except that if assignment is not null, it will be used as
the initial solution.
- SolveLogOuterClass - Class in operations_research.pdlp
-
- SolveLogOuterClass.ConvergenceInformation - Class in operations_research.pdlp
-
Information measuring how close a candidate is to establishing feasibility
and optimality; see also TerminationCriteria.
- SolveLogOuterClass.ConvergenceInformation.Builder - Class in operations_research.pdlp
-
Information measuring how close a candidate is to establishing feasibility
and optimality; see also TerminationCriteria.
- SolveLogOuterClass.ConvergenceInformationOrBuilder - Interface in operations_research.pdlp
-
- SolveLogOuterClass.FeasibilityPolishingDetails - Class in operations_research.pdlp
-
Details about one primal feasibility or dual feasibility polishing phase
within a solve with `use_feasibility_polishing`.
- SolveLogOuterClass.FeasibilityPolishingDetails.Builder - Class in operations_research.pdlp
-
Details about one primal feasibility or dual feasibility polishing phase
within a solve with `use_feasibility_polishing`.
- SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder - Interface in operations_research.pdlp
-
- SolveLogOuterClass.InfeasibilityInformation - Class in operations_research.pdlp
-
Information measuring how close a point is to establishing primal or dual
infeasibility (i.e.
- SolveLogOuterClass.InfeasibilityInformation.Builder - Class in operations_research.pdlp
-
Information measuring how close a point is to establishing primal or dual
infeasibility (i.e.
- SolveLogOuterClass.InfeasibilityInformationOrBuilder - Interface in operations_research.pdlp
-
- SolveLogOuterClass.IterationStats - Class in operations_research.pdlp
-
All values in IterationStats assume that the primal quadratic program is a
minimization problem and the dual is a maximization problem.
- SolveLogOuterClass.IterationStats.Builder - Class in operations_research.pdlp
-
All values in IterationStats assume that the primal quadratic program is a
minimization problem and the dual is a maximization problem.
- SolveLogOuterClass.IterationStatsOrBuilder - Interface in operations_research.pdlp
-
- SolveLogOuterClass.PointMetadata - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.PointMetadata
- SolveLogOuterClass.PointMetadata.Builder - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.PointMetadata
- SolveLogOuterClass.PointMetadataOrBuilder - Interface in operations_research.pdlp
-
- SolveLogOuterClass.PointType - Enum in operations_research.pdlp
-
Identifies the type of point used to compute the fields in a given proto; see
ConvergenceInformation and InfeasibilityInformation.
- SolveLogOuterClass.PolishingPhaseType - Enum in operations_research.pdlp
-
Protobuf enum operations_research.pdlp.PolishingPhaseType
- SolveLogOuterClass.QuadraticProgramStats - Class in operations_research.pdlp
-
Easy-to-compute statistics for the quadratic program.
- SolveLogOuterClass.QuadraticProgramStats.Builder - Class in operations_research.pdlp
-
Easy-to-compute statistics for the quadratic program.
- SolveLogOuterClass.QuadraticProgramStatsOrBuilder - Interface in operations_research.pdlp
-
- SolveLogOuterClass.RestartChoice - Enum in operations_research.pdlp
-
Specifies whether a restart was performed on a given iteration.
- SolveLogOuterClass.SolveLog - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.SolveLog
- SolveLogOuterClass.SolveLog.Builder - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.SolveLog
- SolveLogOuterClass.SolveLogOrBuilder - Interface in operations_research.pdlp
-
- SolveLogOuterClass.TerminationReason - Enum in operations_research.pdlp
-
Protobuf enum operations_research.pdlp.TerminationReason
- solveMaxFlowWithMinCost() - Method in class com.google.ortools.graph.MinCostFlow
-
- SolveModelWithSat(RoutingModel, RoutingSearchParameters, Assignment, Assignment) - Static method in class com.google.ortools.constraintsolver.main
-
Attempts to solve the model using the cp-sat solver.
- SolveModelWithSat(long, RoutingModel, byte[], long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- solver() - Method in class com.google.ortools.constraintsolver.ModelCache
-
- solver() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
- solver() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns a vector cumul_bounds, for which cumul_bounds[i][j] is a pair
containing the minimum and maximum of the CumulVar of the jth node on
route i.
- cumul_bounds[i][j].first is the minimum.
- cumul_bounds[i][j].second is the maximum.
Returns the underlying constraint solver.
- solver() - Method in class com.google.ortools.constraintsolver.SearchMonitor
-
- Solver - Class in com.google.ortools.constraintsolver
-
Solver Class
A solver represents the main computation engine.
- Solver(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Solver
-
- Solver(String) - Constructor for class com.google.ortools.constraintsolver.Solver
-
Solver API
- Solver(String, ConstraintSolverParameters) - Constructor for class com.google.ortools.constraintsolver.Solver
-
- Solver.FailException - Exception in com.google.ortools.constraintsolver
-
This exceptions signal that a failure has been raised in the C++ world.
- Solver.IntegerCastInfo - Class in com.google.ortools.constraintsolver
-
Holds semantic information stating that the 'expression' has been
cast into 'variable' using the Var() method, and that
'maintainer' is responsible for maintaining the equality between
'variable' and 'expression'.
- Solver_accept(long, Solver, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_acceptedNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_addCastConstraint(long, Solver, long, CastConstraint, long, IntVar, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_addConstraint(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_addLocalSearchMonitor(long, Solver, long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_addPropagationMonitor(long, Solver, long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ASSIGN_CENTER_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ASSIGN_MAX_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ASSIGN_MIN_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ASSIGN_RANDOM_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_AT_SOLUTION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_AVOID_DATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_balancing_decision(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_branches(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_cache(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_castExpression(long, Solver, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_checkAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_checkConstraint(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_checkFail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOICE_POINT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_DYNAMIC_GLOBAL_BEST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_FIRST_UNBOUND_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_HIGHEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_LOWEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MAX_REGRET_ON_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MAX_SIZE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_HIGHEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_HIGHEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_LOWEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_LOWEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SLACK_RANK_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_PATH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_RANDOM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_RANDOM_RANK_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_STATIC_GLOBAL_BEST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_clear_fail_intercept(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ClearLocalSearchState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ClearNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_compose__SWIG_0(long, Solver, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_compose__SWIG_1(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_compose__SWIG_2(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_compose__SWIG_3(long, Solver, DecisionBuilder[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_concatenateOperators__SWIG_0(long, Solver, LocalSearchOperator[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_concatenateOperators__SWIG_1(long, Solver, LocalSearchOperator[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_concatenateOperators__SWIG_2(long, Solver, LocalSearchOperator[], IntIntToLongFunction) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_const_parameters(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_constraints(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_context(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CROSS_DATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CROSS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_currentlyInSolve(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_DECREMENT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_defaultSolverParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_DELAYED_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_demon_runs(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AFTER_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AFTER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AFTER_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AT_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AT_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_BEFORE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_endSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_EQ_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_EXCHANGE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_exportProfilingOverview(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_EXTENDEDSWAPACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_fail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_fail_stamp(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_failures(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_filteredNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_finishCurrentSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_FULLPATHLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_GE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_getLocalSearchMonitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_GetOrCreateLocalSearchState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_getPropagationMonitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_hasName(long, Solver, long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IN_ROOT_NODE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IN_SEARCH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INCREMENT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IncrementNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_instrumentsDemons(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_instrumentsVariables(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INT_VALUE_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INT_VALUE_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INT_VAR_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INT_VAR_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_expression_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_expression_set(long, Solver.IntegerCastInfo, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_maintainer_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_maintainer_set(long, Solver.IntegerCastInfo, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_variable_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_variable_set(long, Solver.IntegerCastInfo, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INTERVAL_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INTERVAL_SET_TIMES_BACKWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INTERVAL_SET_TIMES_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INTERVAL_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_isLocalSearchProfilingEnabled(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_isProfilingEnabled(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_KEEP_LEFT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_KEEP_RIGHT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_KILL_BOTH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_kNumPriorities_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_LE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_LK_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_localSearchProfile(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAbs(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAbsEquality(long, Solver, long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeAcceptFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MAKEACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllDifferent__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllDifferent__SWIG_1(long, Solver, IntVar[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllDifferentExcept(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllowedAssignment(long, Solver, IntVar[], long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignment__SWIG_0(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignment__SWIG_1(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignVariablesValues(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeAssignVariablesValuesOrDoNothing(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeAssignVariablesValuesOrFail(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignVariableValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeAssignVariableValueOrDoNothing(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignVariableValueOrFail(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAtSolutionCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeBestLexicographicValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeBestLexicographicValueSolutionCollector__SWIG_1(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBestValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBestValueSolutionCollector__SWIG_1(long, Solver, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBetweenCt(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBoolVar__SWIG_0(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBoolVar__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBranchesLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MAKECHAININACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCircuit(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeClosureDemon(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConditionalExpression(long, Solver, long, IntVar, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConstantRestart(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConstraintAdder(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConstraintInitialPropagateCallback(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConvexPiecewiseExpr(long, Solver, long, IntExpr, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCount__SWIG_0(long, Solver, IntVar[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCount__SWIG_1(long, Solver, IntVar[], long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCover(long, Solver, IntervalVar[], long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_0(long, Solver, IntervalVar[], long[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_1(long, Solver, IntervalVar[], int[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_2(long, Solver, IntervalVar[], long[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_3(long, Solver, IntervalVar[], int[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_4(long, Solver, IntervalVar[], IntVar[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_5(long, Solver, IntervalVar[], IntVar[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCustomLimit(long, Solver, BooleanSupplier) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDecision(long, Solver, Consumer<Solver>, Consumer<Solver>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDecisionBuilderFromAssignment(long, Solver, long, Assignment, long, DecisionBuilder, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDefaultPhase__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDefaultPhase__SWIG_1(long, Solver, IntVar[], long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDefaultRegularLimitParameters(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDefaultSolutionPool(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDelayedConstraintInitialPropagateCallback(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDelayedPathCumul(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDeviation(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDifference__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDifference__SWIG_1(long, Solver, long, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDisjunctiveConstraint(long, Solver, IntervalVar[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_0(long, Solver, IntVar[], long[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_1(long, Solver, IntVar[], int[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_2(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_3(long, Solver, IntVar[], long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_4(long, Solver, IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_5(long, Solver, IntVar[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_6(long, Solver, IntVar[], long[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_7(long, Solver, IntVar[], int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDiv__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDiv__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_0(long, Solver, long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_1(long, Solver, int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_2(long, Solver, LongUnaryOperator, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_3(long, Solver, LongBinaryOperator, long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_4(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElementEquality__SWIG_0(long, Solver, long[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElementEquality__SWIG_1(long, Solver, int[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElementEquality__SWIG_2(long, Solver, IntVar[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElementEquality__SWIG_3(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEnterSearchCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEquality__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEquality__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEquality__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEquality__SWIG_3(long, Solver, long, IntervalVar, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeExitSearchCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFailDecision(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFailuresLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFalseConstraint__SWIG_0(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFalseConstraint__SWIG_1(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFirstSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFirstSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationEndSyncedOnEndIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationEndSyncedOnStartIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationIntervalVar__SWIG_0(long, Solver, long, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationIntervalVar__SWIG_1(long, Solver, long, IntVar, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationIntervalVar__SWIG_2(long, Solver, long, IntVar, long, long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationStartSyncedOnEndIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationStartSyncedOnStartIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedInterval(long, Solver, long, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGenericTabuSearch(long, Solver, boolean, long, IntVar, long, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreater__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreater__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreater__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreaterOrEqual__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreaterOrEqual__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreaterOrEqual__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGuidedLocalSearch__SWIG_0(long, Solver, boolean, long, IntVar, LongBinaryOperator, long, IntVar[], double, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGuidedLocalSearch__SWIG_1(long, Solver, boolean, long, IntVar, LongBinaryOperator, long, IntVar[], double) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGuidedLocalSearch__SWIG_2(long, Solver, boolean, long, IntVar, LongTernaryOperator, long, IntVar[], IntVar[], double, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGuidedLocalSearch__SWIG_3(long, Solver, boolean, long, IntVar, LongTernaryOperator, long, IntVar[], IntVar[], double) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIfThenElseCt(long, Solver, long, IntVar, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeImprovementLimit(long, Solver, long, IntVar, boolean, double, double, double, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MAKEINACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIndexExpression(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIndexOfConstraint(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIndexOfFirstMaxValueConstraint(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIndexOfFirstMinValueConstraint(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntConst__SWIG_0(long, Solver, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntConst__SWIG_1(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalRelaxedMax(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalRelaxedMin(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalVar(long, Solver, long, long, long, long, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalVarRelation__SWIG_0(long, Solver, long, IntervalVar, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalVarRelation__SWIG_1(long, Solver, long, IntervalVar, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalVarRelationWithDelay(long, Solver, long, IntervalVar, int, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_0(long, Solver, long, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_1(long, Solver, long[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_2(long, Solver, int[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_3(long, Solver, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_4(long, Solver, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_5(long, Solver, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeInversePermutationConstraint(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsBetweenCt(long, Solver, long, IntExpr, long, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsBetweenVar(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsDifferentCstCt__SWIG_0(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsDifferentCstCt__SWIG_1(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsDifferentCstVar__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsDifferentCstVar__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsEqualVar__SWIG_0(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsEqualVar__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterOrEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterOrEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterOrEqualCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterOrEqualVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessOrEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessOrEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessOrEqualCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessOrEqualVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeIsLexicalLessOrEqualWithOffsetsCt(long, Solver, IntVar[], IntVar[], long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsMemberCt__SWIG_0(long, Solver, long, IntExpr, long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsMemberCt__SWIG_1(long, Solver, long, IntExpr, int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsMemberVar__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsMemberVar__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLastSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLastSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLess__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLess__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLess__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLessOrEqual__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLessOrEqual__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLessOrEqual__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLexicalLess(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLexicalLessOrEqual(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicalLessOrEqualWithOffsets(long, Solver, IntVar[], IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicographicImprovementLimit(long, Solver, IntVar[], long, double[], double[], double, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicographicOptimize(long, Solver, long, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicographicSimulatedAnnealing(long, Solver, long, IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicographicTabuSearch(long, Solver, long, IntVar[], long[], IntVar[], long, long, double) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_0(long, Solver, long, long, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_1(long, Solver, long, long, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_2(long, Solver, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_3(long, Solver, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_4(long, Solver, long, long, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_5(long, Solver, long, long, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_6(long, Solver, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_7(long, Solver, long, SearchLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhase__SWIG_0(long, Solver, long, Assignment, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhase__SWIG_1(long, Solver, IntVar[], long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhase__SWIG_2(long, Solver, IntVar[], long, DecisionBuilder, long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhase__SWIG_3(long, Solver, SequenceVar[], long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_0(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_1(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_2(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit, long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_3(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_4(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_5(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit, long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLubyRestart(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMapDomain(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMax__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMax__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMax__SWIG_2(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMax__SWIG_3(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMaxEquality(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMaximize(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMemberCt__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMemberCt__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMin__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMin__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMin__SWIG_2(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMin__SWIG_3(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMinEquality(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMinimize(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMirrorInterval(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeModulo__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeModulo__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMonotonicElement(long, Solver, LongUnaryOperator, boolean, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMoveTowardTargetOperator__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMoveTowardTargetOperator__SWIG_1(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeNBestLexicographicValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeNBestLexicographicValueSolutionCollector__SWIG_1(long, Solver, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNBestValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, int, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNBestValueSolutionCollector__SWIG_1(long, Solver, int, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNeighborhoodLimit(long, Solver, long, LocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_0(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_1(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_2(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_3(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_4(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_5(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNoCycle__SWIG_0(long, Solver, IntVar[], IntVar[], LongPredicate) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNoCycle__SWIG_1(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNoCycle__SWIG_2(long, Solver, IntVar[], IntVar[], LongPredicate, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonEquality__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonEquality__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonEquality__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingBoxesConstraint__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingBoxesConstraint__SWIG_1(long, Solver, IntVar[], IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingBoxesConstraint__SWIG_2(long, Solver, IntVar[], IntVar[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_1(long, Solver, IntVar[], IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_2(long, Solver, IntVar[], IntVar[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotBetweenCt(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotMemberCt__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotMemberCt__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotMemberCt__SWIG_2(long, Solver, long, IntExpr, long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotMemberCt__SWIG_3(long, Solver, long, IntExpr, int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNullIntersect(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNullIntersectExcept(long, Solver, IntVar[], IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_0(long, Solver, IntVar[], int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_1(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_2(long, Solver, IntVar[], IntVar[], int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_3(long, Solver, IntVar[], IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_4(long, Solver, IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_5(long, Solver, IntVar[], IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOpposite(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOptimize(long, Solver, boolean, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePack(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePathConnected(long, Solver, IntVar[], long[], long[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePathCumul__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePathCumul__SWIG_1(long, Solver, IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePathCumul__SWIG_2(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_0(long, Solver, IntVar[], int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_1(long, Solver, IntVar[], LongUnaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_10(long, Solver, long, IntVar, long, IntVar, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_11(long, Solver, IntVar[], LongBinaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_12(long, Solver, IntVar[], LongBinaryOperator, LongUnaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_13(long, Solver, IntervalVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_14(long, Solver, SequenceVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_2(long, Solver, IntVar[], int, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_3(long, Solver, IntVar[], int, LongTernaryPredicate) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_4(long, Solver, IntVar[], LongUnaryOperator, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_5(long, Solver, IntVar[], int, LongBinaryOperator, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_6(long, Solver, IntVar[], LongUnaryOperator, LongBinaryOperator, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_7(long, Solver, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_8(long, Solver, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_9(long, Solver, long, IntVar, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePower(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePrintModelVisitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeProd__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeProd__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeProfiledDecisionBuilderWrapper(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRandomLnsOperator__SWIG_0(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRandomLnsOperator__SWIG_1(long, Solver, IntVar[], int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRankFirstInterval(long, Solver, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRankLastInterval(long, Solver, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeRejectFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRestoreAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProd__SWIG_0(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProd__SWIG_1(long, Solver, IntVar[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdEquality__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdEquality__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdEquality__SWIG_2(long, Solver, IntVar[], long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdEquality__SWIG_3(long, Solver, IntVar[], int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdGreaterOrEqual__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdGreaterOrEqual__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdLessOrEqual__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdLessOrEqual__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScheduleOrExpedite(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScheduleOrPostpone(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_0(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_1(long, Solver, int, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_2(long, Solver, int, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_3(long, Solver, int, long, IntVar, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_4(long, Solver, int, IntVar[], Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_5(long, Solver, int, long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_6(long, Solver, int, long, OptimizeVar, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchTrace(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSemiContinuousExpr(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSimulatedAnnealing(long, Solver, boolean, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolutionsLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_0(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_1(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_5(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSortingConstraint(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSplitVariableDomain(long, Solver, long, IntVar, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSquare(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeStatisticsModelVisitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeStoreAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeStrictDisjunctiveConstraint(long, Solver, IntervalVar[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSubCircuit(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSum__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSum__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSum__SWIG_2(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumEquality__SWIG_0(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumEquality__SWIG_1(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumGreaterOrEqual(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumLessOrEqual(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumObjectiveFilter__SWIG_0(long, Solver, IntVar[], LongBinaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumObjectiveFilter__SWIG_1(long, Solver, IntVar[], IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_0(long, Solver, SymmetryBreaker[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_1(long, Solver, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_2(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_3(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_4(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTabuSearch(long, Solver, boolean, long, IntVar, long, IntVar[], long, long, double) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTemporalDisjunction__SWIG_0(long, Solver, long, IntervalVar, long, IntervalVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTemporalDisjunction__SWIG_1(long, Solver, long, IntervalVar, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTimeLimit__SWIG_0(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTimeLimit__SWIG_1(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTransitionConstraint__SWIG_0(long, Solver, IntVar[], long, IntTupleSet, long, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTransitionConstraint__SWIG_1(long, Solver, IntVar[], long, IntTupleSet, long, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTrueConstraint(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeVariableDomainFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeVariableGreaterOrEqualValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeVariableLessOrEqualValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedMaximize__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedMaximize__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedMinimize__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedMinimize__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedOptimize__SWIG_0(long, Solver, boolean, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedOptimize__SWIG_1(long, Solver, boolean, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MAXIMIZATION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_memoryUsage() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MINIMIZATION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_model_name(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MultiArmedBanditConcatenateOperators(long, Solver, LocalSearchOperator[], double, double, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_nameAllVariables(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_neighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_5(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_nextSolution(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_NO_CHANGE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_NO_MORE_SOLUTIONS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_NORMAL_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_NOT_SET_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_optimization_direction(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_OPTIMIZER_SETS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- Solver_OROPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_OUTSIDE_SEARCH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_parameters(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- Solver_PATHLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_popState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_PROBLEM_INFEASIBLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_pushState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_rand32(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_rand64(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_randomConcatenateOperators__SWIG_0(long, Solver, LocalSearchOperator[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_randomConcatenateOperators__SWIG_1(long, Solver, LocalSearchOperator[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_registerDemon(long, Solver, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_registerIntervalVar(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_registerIntExpr(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_registerIntVar(long, Solver, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_RELOCATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_reSeed(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_restartCurrentSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_restartSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_REVERSIBLE_ACTION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_searchDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_searchLeftDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SENTINEL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SEQUENCE_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SEQUENCE_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_set_context(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_set_optimization_direction(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SetUseFastLocalSearch(long, Solver, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_shouldFail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SIMPLE_MARKER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SIMPLELNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solutions(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_5(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_SPECIFIC_INFO_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
-
- SOLVER_SPECIFIC_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
-
- Solver_SPLIT_LOWER_HALF_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SPLIT_UPPER_HALF_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_stamp(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AFTER_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AFTER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AFTER_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AT_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AT_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_BEFORE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_state(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STAYS_IN_SYNC_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SWAPACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SWITCH_BRANCHES_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_TIME_LIMIT_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
-
- Solver_tmpVector_get(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tmpVector_set(long, Solver, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_topPeriodicCheck(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_topProgressPercent(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_toString(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tryDecisions__SWIG_0(long, Solver, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tryDecisions__SWIG_1(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tryDecisions__SWIG_2(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tryDecisions__SWIG_3(long, Solver, DecisionBuilder[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_TSPLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_TSPOPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_TWOOPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
-
- Solver_UNACTIVELNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_unchecked_solutions(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_UseFastLocalSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_VAR_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_wallTime(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- solverIsSupported() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns whether solver specified during the ctor was found and correctly installed.
- solverIsSupported() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- SolverParameters - Class in com.google.ortools.constraintsolver
-
- solverResponseStats(CpSolverResponse) - Static method in class com.google.ortools.sat.CpSatHelper
-
- Solvers - Class in operations_research.pdlp
-
- Solvers.AdaptiveLinesearchParams - Class in operations_research.pdlp
-
At the end of each iteration, regardless of whether the step was accepted
or not, the adaptive rule updates the step_size as the minimum of two
potential step sizes defined by the following two exponents.
- Solvers.AdaptiveLinesearchParams.Builder - Class in operations_research.pdlp
-
At the end of each iteration, regardless of whether the step was accepted
or not, the adaptive rule updates the step_size as the minimum of two
potential step sizes defined by the following two exponents.
- Solvers.AdaptiveLinesearchParamsOrBuilder - Interface in operations_research.pdlp
-
- Solvers.MalitskyPockParams - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.MalitskyPockParams
- Solvers.MalitskyPockParams.Builder - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.MalitskyPockParams
- Solvers.MalitskyPockParamsOrBuilder - Interface in operations_research.pdlp
-
- Solvers.OptimalityNorm - Enum in operations_research.pdlp
-
Protobuf enum operations_research.pdlp.OptimalityNorm
- Solvers.PrimalDualHybridGradientParams - Class in operations_research.pdlp
-
Parameters for PrimalDualHybridGradient() in primal_dual_hybrid_gradient.h.
- Solvers.PrimalDualHybridGradientParams.Builder - Class in operations_research.pdlp
-
Parameters for PrimalDualHybridGradient() in primal_dual_hybrid_gradient.h.
- Solvers.PrimalDualHybridGradientParams.LinesearchRule - Enum in operations_research.pdlp
-
Protobuf enum operations_research.pdlp.PrimalDualHybridGradientParams.LinesearchRule
- Solvers.PrimalDualHybridGradientParams.PresolveOptions - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions
- Solvers.PrimalDualHybridGradientParams.PresolveOptions.Builder - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions
- Solvers.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder - Interface in operations_research.pdlp
-
- Solvers.PrimalDualHybridGradientParams.RestartStrategy - Enum in operations_research.pdlp
-
Protobuf enum operations_research.pdlp.PrimalDualHybridGradientParams.RestartStrategy
- Solvers.PrimalDualHybridGradientParamsOrBuilder - Interface in operations_research.pdlp
-
- Solvers.TerminationCriteria - Class in operations_research.pdlp
-
Relevant readings on infeasibility certificates:
(1) https://docs.mosek.com/modeling-cookbook/qcqo.html provides references
explaining why the primal rays imply dual infeasibility and dual rays imply
primal infeasibility.
- Solvers.TerminationCriteria.Builder - Class in operations_research.pdlp
-
Relevant readings on infeasibility certificates:
(1) https://docs.mosek.com/modeling-cookbook/qcqo.html provides references
explaining why the primal rays imply dual infeasibility and dual rays imply
primal infeasibility.
- Solvers.TerminationCriteria.DetailedOptimalityCriteria - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria
- Solvers.TerminationCriteria.DetailedOptimalityCriteria.Builder - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria
- Solvers.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder - Interface in operations_research.pdlp
-
- Solvers.TerminationCriteria.OptimalityCriteriaCase - Enum in operations_research.pdlp
-
- Solvers.TerminationCriteria.SimpleOptimalityCriteria - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria
- Solvers.TerminationCriteria.SimpleOptimalityCriteria.Builder - Class in operations_research.pdlp
-
Protobuf type operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria
- Solvers.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder - Interface in operations_research.pdlp
-
- Solvers.TerminationCriteriaOrBuilder - Interface in operations_research.pdlp
-
- solverVersion() - Method in class com.google.ortools.linearsolver.MPSolver
-
Returns a string describing the underlying solver and its version.
- SolveStatus - Enum in com.google.ortools.modelbuilder
-
- solveWithParameters(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Solves the current routing model with the given parameters.
- solveWithProto(MPModelRequest) - Static method in class com.google.ortools.linearsolver.MPSolver
-
Solves the given model proto and returns a response proto.
- solveWithSolutionCallback(CpModel, CpSolverSolutionCallback) - Method in class com.google.ortools.sat.CpSolver
-
- SolveWrapper - Class in com.google.ortools.sat
-
- SolveWrapper(long, boolean) - Constructor for class com.google.ortools.sat.SolveWrapper
-
- SolveWrapper() - Constructor for class com.google.ortools.sat.SolveWrapper
-
- SolveWrapper_addLogCallback(long, SolveWrapper, Consumer<String>) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_addSolutionCallback(long, SolveWrapper, long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_clearSolutionCallback(long, SolveWrapper, long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_setParameters(long, SolveWrapper, byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_solve(long, SolveWrapper, byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_stopSearch(long, SolveWrapper) - Static method in class com.google.ortools.sat.mainJNI
-
- SORT_CONSTRAINTS_BY_NUM_TERMS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- sortedByColumn(int) - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- SortedDisjointIntervalList - Class in com.google.ortools.util
-
This class represents a sorted list of disjoint, closed intervals.
- SortedDisjointIntervalList(long, boolean) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
-
- SortedDisjointIntervalList() - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
-
- SortedDisjointIntervalList(long[], long[]) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
-
Creates a SortedDisjointIntervalList and fills it with intervals
[starts[i]..ends[i]].
- SortedDisjointIntervalList(int[], int[]) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
-
- SortedDisjointIntervalList_buildComplementOnInterval(long, SortedDisjointIntervalList, long, long) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_insertInterval(long, SortedDisjointIntervalList, long, long) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_insertIntervals__SWIG_0(long, SortedDisjointIntervalList, long[], long[]) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_insertIntervals__SWIG_1(long, SortedDisjointIntervalList, int[], int[]) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_numIntervals(long, SortedDisjointIntervalList) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_toString(long, SortedDisjointIntervalList) - Static method in class com.google.ortools.util.mainJNI
-
- sortedLexicographically() - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- SOS1_DEFAULT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
At most one variable in `var_index` must be non-zero.
- SOS2_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
At most two consecutive variables from `var_index` can be non-zero (i.e.
- SOS_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- SparsePermutationProto - Class in com.google.ortools.sat
-
A permutation of integers encoded as a list of cycles, hence the "sparse"
format.
- SparsePermutationProto.Builder - Class in com.google.ortools.sat
-
A permutation of integers encoded as a list of cycles, hence the "sparse"
format.
- SparsePermutationProtoOrBuilder - Interface in com.google.ortools.sat
-
- SPLIT_LOWER_HALF - Static variable in class com.google.ortools.constraintsolver.Solver
-
Split the domain in two around the center, and choose the lower
part first.
- SPLIT_STRATEGY_AUTO_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Uses the default strategy, currently equivalent to
SPLIT_STRATEGY_DISCREPANCY.
- SPLIT_STRATEGY_BALANCED_TREE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Attempt to keep the shared tree balanced.
- SPLIT_STRATEGY_DISCREPANCY_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Only accept splits if the node to be split's depth+discrepancy is minimal
for the desired number of leaves.
- SPLIT_STRATEGY_FIRST_PROPOSAL_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Workers race to split their subtree, the winner's proposal is accepted.
- SPLIT_STRATEGY_OBJECTIVE_LB_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Only split nodes with an objective lb equal to the global lb.
- SPLIT_UPPER_HALF - Static variable in class com.google.ortools.constraintsolver.Solver
-
Split the domain in two around the center, and choose the lower
part first.
- stamp() - Method in class com.google.ortools.constraintsolver.Solver
-
The stamp indicates how many moves in the search tree we have performed.
It is useful to detect if we need to update same lazy structures.
- start(Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
This method should not be overridden.
- start(Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- start(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Model inspection.
Returns the variable index of the starting node of a vehicle route.
- start_domain() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
-
- START_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
-
- startExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
-
These methods create expressions encapsulating the start, end
and duration of the interval var.
- STARTING_STATE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
-
- startMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- startMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- startMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- startMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- startMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
-
These methods query, set, and watch the start position of the
interval var.
- startMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- startProcessingIntegerVariable(IntVar) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- Starts() - Method in class com.google.ortools.constraintsolver.PathsMetadata
-
- STARTS_AFTER - Static variable in class com.google.ortools.constraintsolver.Solver
-
t starts after d, i.e.
- STARTS_AFTER_END - Static variable in class com.google.ortools.constraintsolver.Solver
-
t1 starts after t2 end, i.e.
- STARTS_AFTER_START - Static variable in class com.google.ortools.constraintsolver.Solver
-
t1 starts after t2 start, i.e.
- STARTS_AT - Static variable in class com.google.ortools.constraintsolver.Solver
-
t starts at d, i.e.
- STARTS_AT_END - Static variable in class com.google.ortools.constraintsolver.Solver
-
t1 starts at t2 end, i.e.
- STARTS_AT_START - Static variable in class com.google.ortools.constraintsolver.Solver
-
t1 starts at t2 start, i.e.
- STARTS_BEFORE - Static variable in class com.google.ortools.constraintsolver.Solver
-
t starts before d, i.e.
- startValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- startValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- startValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
-
This is a shortcut to get the StartValue of 'var' in the nth solution.
- state() - Method in class com.google.ortools.constraintsolver.Solver
-
State of the solver.
- status() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the current status of the routing model.
- STATUS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
-
- STATUS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- STATUS_STR_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
-
- STAYS_IN_SYNC - Static variable in class com.google.ortools.constraintsolver.Solver
-
STARTS_AT_START and ENDS_AT_END at the same time.
t1 starts at t2 start, i.e.
- STEEPEST_EDGE_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.PricingRule
-
Normalize the reduced costs by the norm of the edges.
- Step(int) - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
-
- STEP_SIZE_DOWNSCALING_FACTOR_FIELD_NUMBER - Static variable in class operations_research.pdlp.Solvers.MalitskyPockParams
-
- STEP_SIZE_FIELD_NUMBER - Static variable in class operations_research.pdlp.SolveLogOuterClass.IterationStats
-
- STEP_SIZE_GROWTH_EXPONENT_FIELD_NUMBER - Static variable in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
- STEP_SIZE_INTERPOLATION_FIELD_NUMBER - Static variable in class operations_research.pdlp.Solvers.MalitskyPockParams
-
- STEP_SIZE_REDUCTION_EXPONENT_FIELD_NUMBER - Static variable in class operations_research.pdlp.Solvers.AdaptiveLinesearchParams
-
- STOP_AFTER_FIRST_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- STOP_AFTER_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- STOP_AFTER_ROOT_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- stopSearch() - Method in class com.google.ortools.sat.CpSolver
-
Stops the search asynchronously.
- stopSearch() - Method in class com.google.ortools.sat.SolutionCallback
-
- stopSearch() - Method in class com.google.ortools.sat.SolveWrapper
-
- store() - Method in class com.google.ortools.constraintsolver.Assignment
-
- store() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- store() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- store() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- store() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- store() - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- store() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- STORE_NAMES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- STRATEGY_CHANGE_INCREASE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- STRATIFICATION_ASCENT_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
Start with all literals.
- STRATIFICATION_DESCENT_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
Start with literals with the highest weight, and when SAT, add the
literals with the next highest weight and so on.
- STRATIFICATION_NONE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
No stratification of the problem.
- SUBSOLVER_PARAMS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SUBSOLVERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SUBSUMPTION_DURING_CONFLICT_ANALYSIS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SUFFICIENT_ASSUMPTIONS_FOR_INFEASIBILITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- SUFFICIENT_REDUCTION_FOR_RESTART_FIELD_NUMBER - Static variable in class operations_research.pdlp.Solvers.PrimalDualHybridGradientParams
-
- sufficientAssumptionsForInfeasibility() - Method in class com.google.ortools.sat.CpSolver
-
- sum(LinearArgument[]) - Static method in interface com.google.ortools.modelbuilder.LinearExpr
-
Shortcut for newBuilder().addSum(exprs).build()
- sum(LinearArgument[]) - Static method in interface com.google.ortools.sat.LinearExpr
-
Shortcut for newBuilder().addSum(exprs).build()
- SUPPLY_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowNodeProto
-
- SUPPORT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SparsePermutationProto
-
- supportsProblemType(MPSolver.OptimizationProblemType) - Static method in class com.google.ortools.linearsolver.MPSolver
-
Whether the given problem type is supported (this will depend on the
targets that you linked).
- suppressOutput() - Method in class com.google.ortools.linearsolver.MPSolver
-
Suppresses solver logging.
- SWAPACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
-
Operator which replaces an active node by an inactive one.
Possible neighbors for the path 1 -> 2 -> 3 -> 4 with 5 inactive
(where 1 and 4 are first and last nodes of the path) are:
1 -> [5] -> 3 -> 4 with 2 inactive
1 -> 2 -> [5] -> 4 with 3 inactive
- SWEEP_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
Sweep algorithm (Wren & Holliday).
- swigCMemOwn - Variable in class com.google.ortools.algorithms.KnapsackSolver
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentElement
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.BaseObject
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.BoundCost
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.IntBoolPair
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.IntTupleSet
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.ModelCache
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.PathsMetadata
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevBool
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevInteger
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevLong
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevPartialSequence
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingDimension
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.Solver
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.TypeRegulationsChecker
-
- swigCMemOwn - Variable in class com.google.ortools.graph.LinearSumAssignment
-
- swigCMemOwn - Variable in class com.google.ortools.graph.MaxFlow
-
- swigCMemOwn - Variable in class com.google.ortools.graph.MinCostFlowBase
-
- swigCMemOwn - Variable in class com.google.ortools.init.CppBridge
-
- swigCMemOwn - Variable in class com.google.ortools.init.CppFlags
-
- swigCMemOwn - Variable in class com.google.ortools.init.OrToolsVersion
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPConstraint
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPModelExportOptions
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPObjective
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPSolver
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPSolverParameters
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPVariable
-
- swigCMemOwn - Variable in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- swigCMemOwn - Variable in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- swigCMemOwn - Variable in class com.google.ortools.sat.CpSatHelper
-
- swigCMemOwn - Variable in class com.google.ortools.sat.SolutionCallback
-
- swigCMemOwn - Variable in class com.google.ortools.sat.SolveWrapper
-
- swigCMemOwn - Variable in class com.google.ortools.util.Domain
-
- swigCMemOwn - Variable in class com.google.ortools.util.SortedDisjointIntervalList
-
- SwigDirector_BaseLns_HasFragments(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_HoldsDelta(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_initFragments(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_isIncremental(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_nextFragment(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_reset(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_start(BaseLns, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_toString(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_HasFragments(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_HoldsDelta(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_isIncremental(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_modifyValue(ChangeValue, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_oneNeighbor(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_onStart(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_reset(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_SkipUnchanged(ChangeValue, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_start(ChangeValue, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_toString(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_Decision_accept(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_Decision_apply(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_Decision_refute(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_Decision_toString(Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionBuilder_nextWrap(DecisionBuilder, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionBuilder_toString(DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_toString(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitRankFirstInterval(DecisionVisitor, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitRankLastInterval(DecisionVisitor, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitScheduleOrExpedite(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitScheduleOrPostpone(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitSetVariableValue(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitSplitVariableDomain(DecisionVisitor, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitUnknownDecision(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_accept(IntVarLocalSearchFilter, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_Commit(IntVarLocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_getAcceptedObjectiveValue(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_getSynchronizedObjectiveValue(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_isIncremental(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_onSynchronize(IntVarLocalSearchFilter, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_Relax(IntVarLocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_Reset(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_Revert(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_toString(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_HasFragments(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_HoldsDelta(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_isIncremental(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_oneNeighbor(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_onStart(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_reset(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_SkipUnchanged(IntVarLocalSearchOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_start(IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_toString(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_accept(LocalSearchFilter, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_Commit(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_getAcceptedObjectiveValue(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_getSynchronizedObjectiveValue(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_isIncremental(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_Relax(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_Reset(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_Revert(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_synchronize(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_toString(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilterManager_toString(LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_HasFragments(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_HoldsDelta(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_nextNeighbor(LocalSearchOperator, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_reset(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_start(LocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_toString(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_ConsiderAlternatives(PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_getBaseNodeRestartPosition(PathOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_HasFragments(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_HoldsDelta(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_initPosition(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_isIncremental(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_neighbor(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_oneNeighbor(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_OnNodeInitialization(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_onSamePathAsPreviousBase(PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_onStart(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_reset(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_restartAtPathStartOnSynchronize(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_setNextBaseToIncrement(PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_start(PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_PathOperator_toString(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_accept(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_acceptDelta(SearchMonitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_acceptNeighbor(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_acceptSolution(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_AcceptUncheckedNeighbor(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_afterDecision(SearchMonitor, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_applyDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_atSolution(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_beginFail(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_beginInitialPropagation(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_beginNextDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_endFail(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_endInitialPropagation(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_endNextDecision(SearchMonitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_enterSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_exitSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_install(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_IsUncheckedSolutionLimitReached(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_localOptimum(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_noMoreSolutions(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_periodicCheck(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_progressPercent(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_refuteDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_restartSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_toString(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SolutionCallback_onSolutionCallback(SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SwigDirector_SymmetryBreaker_toString(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitRankFirstInterval(SymmetryBreaker, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitRankLastInterval(SymmetryBreaker, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitScheduleOrExpedite(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitScheduleOrPostpone(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitSetVariableValue(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitSplitVariableDomain(SymmetryBreaker, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitUnknownDecision(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.BaseLns
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.ChangeValue
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.Decision
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.PathOperator
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.SearchMonitor
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- swigDirectorDisconnect() - Method in class com.google.ortools.sat.SolutionCallback
-
- swigRelease(KnapsackSolver) - Static method in class com.google.ortools.algorithms.KnapsackSolver
-
- swigRelease(Assignment) - Static method in class com.google.ortools.constraintsolver.Assignment
-
- swigRelease(AssignmentElement) - Static method in class com.google.ortools.constraintsolver.AssignmentElement
-
- swigRelease(AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- swigRelease(AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- swigRelease(AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- swigRelease(BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.BaseIntExpr
-
- swigRelease(BaseLns) - Static method in class com.google.ortools.constraintsolver.BaseLns
-
- swigRelease(BaseObject) - Static method in class com.google.ortools.constraintsolver.BaseObject
-
- swigRelease(BooleanVar) - Static method in class com.google.ortools.constraintsolver.BooleanVar
-
- swigRelease(BoundCost) - Static method in class com.google.ortools.constraintsolver.BoundCost
-
- swigRelease(CastConstraint) - Static method in class com.google.ortools.constraintsolver.CastConstraint
-
- swigRelease(ChangeValue) - Static method in class com.google.ortools.constraintsolver.ChangeValue
-
- swigRelease(Constraint) - Static method in class com.google.ortools.constraintsolver.Constraint
-
- swigRelease(Decision) - Static method in class com.google.ortools.constraintsolver.Decision
-
- swigRelease(DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- swigRelease(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- swigRelease(DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- swigRelease(Demon) - Static method in class com.google.ortools.constraintsolver.Demon
-
- swigRelease(DisjunctiveConstraint) - Static method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
-
- swigRelease(GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
-
- swigRelease(ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
-
- swigRelease(IntBoolPair) - Static method in class com.google.ortools.constraintsolver.IntBoolPair
-
- swigRelease(IntervalVar) - Static method in class com.google.ortools.constraintsolver.IntervalVar
-
- swigRelease(IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- swigRelease(IntExpr) - Static method in class com.google.ortools.constraintsolver.IntExpr
-
- swigRelease(IntTupleSet) - Static method in class com.google.ortools.constraintsolver.IntTupleSet
-
- swigRelease(IntVar) - Static method in class com.google.ortools.constraintsolver.IntVar
-
- swigRelease(IntVarElement) - Static method in class com.google.ortools.constraintsolver.IntVarElement
-
- swigRelease(IntVarIterator) - Static method in class com.google.ortools.constraintsolver.IntVarIterator
-
- swigRelease(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- swigRelease(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- swigRelease(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- swigRelease(LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- swigRelease(LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- swigRelease(LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.LocalSearchMonitor
-
- swigRelease(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- swigRelease(LocalSearchOperatorState) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- swigRelease(LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
-
- swigRelease(ModelCache) - Static method in class com.google.ortools.constraintsolver.ModelCache
-
- swigRelease(ModelVisitor) - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- swigRelease(ObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.ObjectiveMonitor
-
- swigRelease(OptimizeVar) - Static method in class com.google.ortools.constraintsolver.OptimizeVar
-
- swigRelease(Pack) - Static method in class com.google.ortools.constraintsolver.Pack
-
- swigRelease(PathOperator) - Static method in class com.google.ortools.constraintsolver.PathOperator
-
- swigRelease(PathsMetadata) - Static method in class com.google.ortools.constraintsolver.PathsMetadata
-
- swigRelease(PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
- swigRelease(PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- swigRelease(RegularLimit) - Static method in class com.google.ortools.constraintsolver.RegularLimit
-
- swigRelease(RevBool) - Static method in class com.google.ortools.constraintsolver.RevBool
-
- swigRelease(RevInteger) - Static method in class com.google.ortools.constraintsolver.RevInteger
-
- swigRelease(RevLong) - Static method in class com.google.ortools.constraintsolver.RevLong
-
- swigRelease(RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.RevPartialSequence
-
- swigRelease(RoutingDimension) - Static method in class com.google.ortools.constraintsolver.RoutingDimension
-
- swigRelease(RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- swigRelease(RoutingModel.NodeNeighborsByCostClass) - Static method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
- swigRelease(RoutingModel.ResourceGroup.Attributes) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
-
- swigRelease(RoutingModel.ResourceGroup.Resource) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
-
- swigRelease(RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- swigRelease(RoutingModel.RouteDimensionTravelInfo) - Static method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo
-
- swigRelease(RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation) - Static method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo.PiecewiseLinearFormulation
-
- swigRelease(RoutingModel.RouteDimensionTravelInfo.TransitionInfo) - Static method in class com.google.ortools.constraintsolver.RoutingModel.RouteDimensionTravelInfo.TransitionInfo
-
- swigRelease(RoutingModel) - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
- swigRelease(RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- swigRelease(RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- swigRelease(RoutingModelVisitor) - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
- swigRelease(SearchLimit) - Static method in class com.google.ortools.constraintsolver.SearchLimit
-
- swigRelease(SearchLog) - Static method in class com.google.ortools.constraintsolver.SearchLog
-
- swigRelease(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.SearchMonitor
-
- swigRelease(SequenceVar) - Static method in class com.google.ortools.constraintsolver.SequenceVar
-
- swigRelease(SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- swigRelease(SimpleBoundCosts) - Static method in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- swigRelease(SolutionCollector) - Static method in class com.google.ortools.constraintsolver.SolutionCollector
-
- swigRelease(SolutionPool) - Static method in class com.google.ortools.constraintsolver.SolutionPool
-
- swigRelease(Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- swigRelease(Solver) - Static method in class com.google.ortools.constraintsolver.Solver
-
- swigRelease(SWIGTYPE_p_absl__Duration) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
-
- swigRelease(SWIGTYPE_p_absl__flat_hash_setT_int_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
-
- swigRelease(SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t
-
- swigRelease(SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t
-
- swigRelease(SWIGTYPE_p_double) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_double
-
- swigRelease(SWIGTYPE_p_long) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_long
-
- swigRelease(SWIGTYPE_p_operations_research__AssignmentProto) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__AssignmentProto
-
- swigRelease(SWIGTYPE_p_operations_research__ConstraintSolverParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__ConstraintSolverParameters
-
- swigRelease(SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer
-
- swigRelease(SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer
-
- swigRelease(SWIGTYPE_p_operations_research__PathOperator__IterationParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__PathOperator__IterationParameters
-
- swigRelease(SWIGTYPE_p_operations_research__RoutingSearchParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__RoutingSearchParameters
-
- swigRelease(SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_bool_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t
-
- swigRelease(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- swigRelease(TypeIncompatibilityChecker) - Static method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
-
- swigRelease(TypeRegulationsChecker) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
-
- swigRelease(TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
-
- swigRelease(TypeRequirementChecker) - Static method in class com.google.ortools.constraintsolver.TypeRequirementChecker
-
- swigRelease(LinearSumAssignment) - Static method in class com.google.ortools.graph.LinearSumAssignment
-
- swigRelease(MaxFlow) - Static method in class com.google.ortools.graph.MaxFlow
-
- swigRelease(MinCostFlow) - Static method in class com.google.ortools.graph.MinCostFlow
-
- swigRelease(MinCostFlowBase) - Static method in class com.google.ortools.graph.MinCostFlowBase
-
- swigRelease(CppBridge) - Static method in class com.google.ortools.init.CppBridge
-
- swigRelease(CppFlags) - Static method in class com.google.ortools.init.CppFlags
-
- swigRelease(OrToolsVersion) - Static method in class com.google.ortools.init.OrToolsVersion
-
- swigRelease(MPConstraint) - Static method in class com.google.ortools.linearsolver.MPConstraint
-
- swigRelease(MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.MPModelExportOptions
-
- swigRelease(MPObjective) - Static method in class com.google.ortools.linearsolver.MPObjective
-
- swigRelease(MPSolver) - Static method in class com.google.ortools.linearsolver.MPSolver
-
- swigRelease(MPSolverParameters) - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- swigRelease(MPVariable) - Static method in class com.google.ortools.linearsolver.MPVariable
-
- swigRelease(ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- swigRelease(ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- swigRelease(CpSatHelper) - Static method in class com.google.ortools.sat.CpSatHelper
-
- swigRelease(SolutionCallback) - Static method in class com.google.ortools.sat.SolutionCallback
-
- swigRelease(SolveWrapper) - Static method in class com.google.ortools.sat.SolveWrapper
-
- swigRelease(Domain) - Static method in class com.google.ortools.util.Domain
-
- swigRelease(SortedDisjointIntervalList) - Static method in class com.google.ortools.util.SortedDisjointIntervalList
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.BaseLns
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.ChangeValue
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.Decision
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.PathOperator
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.SearchMonitor
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- swigReleaseOwnership() - Method in class com.google.ortools.sat.SolutionCallback
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.BaseLns
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.ChangeValue
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.Decision
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.PathOperator
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.SearchMonitor
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- swigTakeOwnership() - Method in class com.google.ortools.sat.SolutionCallback
-
- swigToEnum(int) - Static method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
-
- swigToEnum(int) - Static method in enum com.google.ortools.graph.LinearSumAssignment.Status
-
- swigToEnum(int) - Static method in enum com.google.ortools.graph.MaxFlow.Status
-
- swigToEnum(int) - Static method in enum com.google.ortools.graph.MinCostFlowBase.Status
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
-
- swigToEnum(int) - Static method in enum com.google.ortools.modelbuilder.SolveStatus
-
- SWIGTYPE_p_absl__Duration - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__Duration(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
-
- SWIGTYPE_p_absl__Duration() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
-
- SWIGTYPE_p_absl__flat_hash_setT_int_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__flat_hash_setT_int_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
-
- SWIGTYPE_p_absl__flat_hash_setT_int_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
-
- SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t
-
- SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t
-
- SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t
-
- SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__InlinedVectorT_int64_t_8_t
-
- SWIGTYPE_p_double - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_double(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_double
-
- SWIGTYPE_p_double() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_double
-
- SWIGTYPE_p_long - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_long(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_long
-
- SWIGTYPE_p_long() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_long
-
- SWIGTYPE_p_operations_research__AssignmentProto - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__AssignmentProto(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__AssignmentProto
-
- SWIGTYPE_p_operations_research__AssignmentProto() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__AssignmentProto
-
- SWIGTYPE_p_operations_research__ConstraintSolverParameters - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__ConstraintSolverParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__ConstraintSolverParameters
-
- SWIGTYPE_p_operations_research__ConstraintSolverParameters() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__ConstraintSolverParameters
-
- SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer
-
- SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer
-
- SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer
-
- SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer
-
- SWIGTYPE_p_operations_research__PathOperator__IterationParameters - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__PathOperator__IterationParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__PathOperator__IterationParameters
-
- SWIGTYPE_p_operations_research__PathOperator__IterationParameters() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__PathOperator__IterationParameters
-
- SWIGTYPE_p_operations_research__RoutingSearchParameters - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__RoutingSearchParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__RoutingSearchParameters
-
- SWIGTYPE_p_operations_research__RoutingSearchParameters() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__RoutingSearchParameters
-
- SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t
-
- SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t
-
- SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
-
- SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
-
- SWIGTYPE_p_std__vectorT_bool_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_bool_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
- SWIGTYPE_p_std__vectorT_bool_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
- SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
-
- SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t
-
- SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
-
- SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
-
- SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
-
- SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
-
- SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t
-
- SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t
-
- swigValue() - Method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
-
- swigValue() - Method in enum com.google.ortools.graph.LinearSumAssignment.Status
-
- swigValue() - Method in enum com.google.ortools.graph.MaxFlow.Status
-
- swigValue() - Method in enum com.google.ortools.graph.MinCostFlowBase.Status
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
-
- swigValue() - Method in enum com.google.ortools.modelbuilder.SolveStatus
-
- SWITCH_BRANCHES - Static variable in class com.google.ortools.constraintsolver.Solver
-
Applies right branch first.
- SYMMETRY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
-
- SYMMETRY_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SymmetryBreaker - Class in com.google.ortools.constraintsolver
-
A symmetry breaker is an object that will visit a decision and
create the 'symmetrical' decision in return.
Each symmetry breaker represents one class of symmetry.
- SymmetryBreaker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SymmetryBreaker
-
- SymmetryBreaker() - Constructor for class com.google.ortools.constraintsolver.SymmetryBreaker
-
- SymmetryBreaker_addIntegerVariableEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_addIntegerVariableGreaterOrEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_addIntegerVariableLessOrEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_change_ownership(SymmetryBreaker, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_director_connect(SymmetryBreaker, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryProto - Class in com.google.ortools.sat
-
EXPERIMENTAL.
- SymmetryProto.Builder - Class in com.google.ortools.sat
-
EXPERIMENTAL.
- SymmetryProtoOrBuilder - Interface in com.google.ortools.sat
-
- SYNCHRONIZATION_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
This method should not be overridden.
- synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
Synchronizes the filter with the current solution, delta being the
difference with the solution passed to the previous call to Synchronize()
or IncrementalSynchronize().
- synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
Synchronizes all filters to assignment.
- SYNCHRONIZE_ALL_VALUE - Static variable in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
Synchronize all solvers.
- SYNCHRONIZE_ON_RIGHT_VALUE - Static variable in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
Solver i synchronizes with solvers 0..i-1.
- syncNeeded(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
-
This method checks if the local solution needs to be updated with
an external one.